Creating a Kubernetes Cluster with Jenkins X and Importing App
Explore creating new Kubernetes clusters with Jenkins X on different cloud providers, including GKE, EKS, and AKS. Learn how to install Jenkins X, handle both static and serverless cluster types, and import applications to prepare for cluster upgrades and backup tasks. This lesson equips you with practical commands and procedures to manage Jenkins X clusters effectively.
If you kept the cluster from the previous chapter, you can skip this section. Otherwise, we’ll need to create a new Jenkins X cluster.
🔍 All the commands from this chapter are available in the 14-upgrade.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: gke-jx-serverless.sh
EKS
Create a new serverless ...