TECH BASICS, CODEX
Jenkins on Kubernetes: Part-1
In this post, I am going to cover very basic steps to deploy Jenkins on the Kubernetes cluster which I have built using kubeadm. The k8s cluster will host Jenkins and agents to run pipelines. I assume you have good understanding of Kubernetes and Jenkins concepts. A working Kubernetes cluster and kubectl is required to perform all steps.
Kubernetes
is an open-source container orchestrator. It is a container-centric application that has become the de facto standard to deploy and operate containerized applications. Modern…