Category: Kubernetes, Docker, Jenkins

Jenkins is a continuous integration tool written using Java. However such an architecture will not useful in cases where we need to work with multiple environments to test the job builds, or if the project we handle is very large and our current system is not capable of providing the required resources to automate software deployment using Jenkins.

When we install Jenkins, the computer system (node) of installation is automatically configured as the master node.

We need a few pre-requisites, to begin with, our work, which is as follows: Before setting up the dynamic cluster, we need to install the Docker and Yet Another Docker plugins on Jenkins.

To do this, we go to the Manage Clouds and Nodes section of Manage Jenkins and then go to Configure Clouds.

Related Articles