Creating a Kubernetes Cluster with Jenkins X and Importing App
Explore how to create new Kubernetes clusters in GKE, EKS, or AKS with Jenkins X. Learn to install Jenkins X, import applications, and apply GitOps principles for managing environments and automated workflows.
You know what comes next. We need a cluster with Jenkins X up-and-running unless you kept the one from before.
🔍 All the commands from this chapter are available in the 06-env.sh Gist.
Create a new cluster and install Jenkins X
For your convenience, the Gists from the previous chapter are available below as well.
GKE
Create a new serverless GKE cluster: ...