Jenkins master and slave with docker
Jenkins is one of the most popular CI/CD tools which automates your DevOps process as well as day to day task. Setting up Jenkins for your infrastructure was always critical stuff. It is required to take care of a lot of things like managing plugin, data, slave and its configuration. With the evolution of containerization technology, every DevOps guy tries to accompany Jenkins on docker.
Implementation of Jenkins through a docker container will ease the installation setup. Also with the virtue of docker, it gives us the flexibility to launch docker slave of different configuration. How we will proceed in this blog? First will prepare docker images for master and deploy it. Secondly, configure the Jenkins for a slave. Thirdly, Customizing Jenkins slave Dockerfile.
AWS Cloud and DevOps
6yAwesome read 👍🏻