Posts

Showing posts from October, 2021

Persistent Jenkins using Longhorn in Kubernetes

CI/CD consist of automation, there are so many tools that can be used to automate this process. One of them is Jenkins, in this article, I will show how to deploy Jenkins in kubernetes using persistent disk with Longhorn. Below are the task that we will do to deploy jenkins persistent disk in kubernetes: Create persistent volume yaml. Create persistent volume claim yaml. Create service account yaml. Create deployment yaml. Create service yaml. Create ingress yaml. Deploy the configuration.