Search⌘ K
AI Features

Creating a Kubernetes Cluster with Jenkins X and Importing App

Explore how to create a new Kubernetes cluster with Jenkins X and import the go-demo-6 application. Understand key setup commands for GKE, EKS, and AKS serverless clusters, and prepare your environment for working with pull requests and preview environments in Jenkins X.

This part is getting boring, but it might be necessary if you destroyed the cluster or uninstalled Jenkins X at the end of the previous chapter. Long story short, create a new Jenkins X cluster unless you kept the one from before.

🔍 All the commands from this chapter are available in the 08-pr.sh Gist.

Create a new cluster and install Jenkins X

For your convenience, the Gists from the previous chapter are available ...