Jenkins Automation Server
Overview
Jenkins serves as the central CI automation platform for scheduling complex build jobs, multi-branch pipelines, and running automated container builds.
Kubernetes Cloud Plugin
Jenkins is configured with the Kubernetes plugin to dynamically spawn worker agent pods inside the cluster only when a build is triggered. Agent pods terminate immediately upon pipeline completion, preserving CPU and RAM on the host.
Agent Port & Operations
- Web Dashboard:
jenkins.babdelka.com(Port 8080) - Agent Tunnel (JNLP): Port
50000(ClusterIPbabdelka-jenkins-agent)
# Check Jenkins Master logs
kubectl logs -n babdelka-jenkins -l app.kubernetes.io/component=jenkins-controller -f