Setup Jenkins Build Agents On Kubernetes Pods

Hi Guys,

I want to setup Jenkins build agent on Kubernetes pods. Like we have around 30 repositories whenever pr build get triggered it Jenkins build run in Kubernetes agent. My question is how to integrate Jenkins with Kubernetes. Kubernetes plugin is enough? and easy way to create Kubernetes cluster like EKS on AWS or using kops. Is there any documentation there. or any leads would be helpful.

Hi,
There is a jenkins Kubernetes plugin that does trick. All you need is a k8s cluster and a service account that would have permissions to spin up agent pods.