Creating a Kubernetes Cluster with Jenkins X and Importing App
This lesson provides instructions for setting up a GKE Kubernetes cluster with Jenkins X.
We'll cover the following
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 16-serverless-apps.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: gke-jx-serverless.sh
Now we are ready to work on creating the first serverless application using Knative.
What is Tekton and How Does it Fit Jenkins X?
Installing Gloo and Knative
Mark as Completed
Report an Issue