Creating a Kubernetes Cluster with Jenkins X
Explore how to create Kubernetes clusters using Jenkins X by choosing your desired Kubernetes flavor or utilizing existing clusters. Learn to install Jenkins X with prepared scripts or manual commands, ensuring your environment is ready for quickstart projects.
Choosing a Kubernetes flavor
Jenkins X runs on almost any Kubernetes cluster, so I’ll let you choose whether you want to use one you already have or create a new one. As long as Jenkins X is running and is accessible, you should be good to go.
🔍 All the commands from this chapter are available in the 03-quickstart.sh Gist. ...