Search⌘ K
AI Features

Creating a Kubernetes Cluster with Jenkins X

Explore how to create a Kubernetes cluster using Jenkins X, including setting up serverless clusters on GKE, EKS, and AKS. Learn to install Jenkins X, manage resources, and prepare your environment for CI/CD pipelines with Jenkins X.

You can skip this section if you kept the cluster from the previous chapter and it contains serverless Jenkins X. Otherwise, we’ll need to create a new Jenkins X cluster.

🔍 All the commands from this chapter are available in the 13-pipeline-extension-model.sh Gist.

Create a new cluster and install Jenkins X

For your convenience, the Gists that will create a new serverless Jenkins X cluster or install it inside an existing one are as follows.

GKE

Create a new ...

svg viewer