Deploying a Jenkins Server to a Kubernetes Cluster
2025-07-03 | #devops #kubernetes
Part 2 of the 10 Kubernetes Projects in 10 Weeks challenge Welcome to the second project in my Kubernetes project series! This time, we’re deploying Jenkins—a powerful CI/CD automation server, to a kubernetes cluster. The goal here is to understand how persistent storage is managed in kubernetes. Stateful apps like Jenkins need to store data across pod restarts like pipeline configurations, plugins, and credentials.