Jenkins is a free and open-source automation server. It helps automate the parts of software development related to buildingtesting, and deploying, facilitating continuous integration and continuous delivery. It is a server-based system that runs in servlet containers such as Apache Tomcat.

minikube is a tool that runs a single-node Kubernetes cluster in a virtual machine on your laptop.

Helm is a package manager for Kubernetes. It is a collection of all your versioned, pre-configured application resources which can be deployed as one unit.

I will create a new namespace for the Jenkins environment and that is “jenkinsdast”(You can use another naming for the namespace just do not forget to apply the same name value into other configuration files).

#kubernetes #helm #devops #jenkins #minikube

Running Jenkins in Minikube for Build Testing using Helm Chart
1.35 GEEK