Manage Jenkins agents with Kubernetes native PodTemplate
Jenkins has great integration with Kubernetes. No matter the controller or agents, they all work well in Kubernetes Pods.
Configuration as Code is an awesome idea.
People don’t need to open the UI page of Jenkins again and again.
We can put all the
system configuration into a git repository. You might already feel tired to edit a super huge Kubernetes YAML file if...