Search⌘ K
AI Features

Creating a Kubernetes Cluster with Jenkins X And Importing App

Explore the process of creating new Kubernetes clusters with Jenkins X and importing applications like go-demo-6 for continuous integration and delivery. Understand cluster setup commands for GKE, EKS, and AKS, and learn how to manage development environments using Jenkins X to improve software delivery.

You know what to do; create a new Jenkins X cluster unless you kept the one from before.

🔍 All the commands from this chapter are available in the 07-dev.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: ...

svg viewer