Category: Kubernetes, Docker, Jenkins, github

Jenkins is an open-source automation server which enables developers around the world to reliably build, test, and deploy their software. Jenkins is one of the most used Continuous Integration tools for build automation due to its capacity in managing a great number of nodes, that are called slaves, with executors for a wide range of tasks related to project build and deploy. Each executor runs Jenkins jobs, alleviating Jenkins server from running all the tasks. Here I am going to show how to create a cluster for Jenkins using Kubernetes.

Now stop the docker services of VM1 and export the docker host, in order to use VM1 as a docker client.

Related Articles