Creating a Kubernetes Cluster with Jenkins X and Importing App
Explore how to create and configure Kubernetes clusters with Jenkins X across different cloud providers. Learn to import applications and prepare your environment to promote releases to production using CI/CD pipelines.
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 09-promote.sh Gist
Create a new cluster and install Jenkins X
For your convenience, the Gists from the previous chapter are available below as well. ...