Slide 24
Slide 24 text
@glaforge
Creating a Kubernetes cluster for Jenkins
● Jenkins Kubernetes Plugin
Start Jenkins build executor containers in the Kubernetes cluster when
builds are requested, terminate those containers when builds complete,
freeing resources up for the rest of the cluster
● Jenkins Pipelines
Define our build pipeline declaratively and keep it checked into source
code management alongside our application code
● Google OAuth Plugin
Allows you to add your google OAuth credentials to Jenkins