Search⌘ K
AI Features

Creating a Kubernetes Cluster with Jenkins X and Importing App

Explore the process of creating a new Kubernetes cluster with Jenkins X and importing an application. Learn commands and scripts for GKE, EKS, and AKS clusters to set up serverless environments and manage your CI/CD workflow efficiently.

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 10-versioning.sh Gist.

Create a new cluster and install Jenkins X

For your convenience, the Gists from the previous ...