How To Install Jenkins On A Kubernetes Cluster
Introduction Jenkins is a CI tool ( continuous integration) that automates a large portion of the software development process. Several development teams working on multiple projects in a complex microservices environment can be a strain on limited resources. In this tutorial, you will learn how to install Jenkins and create a CI/CD pipeline. Prerequisites Docker installed on […]