Jenkins K8s
- Canonical IS DevOps
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 127 | 07 Nov 2024 | |
latest/edge | 128 | 19 Nov 2024 |
juju deploy jenkins-k8s
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
How to redeploy Jenkins
Redeployment is a process where the old charm instance is removed and data is migrated to a new charm instance. Redeploying the Jenkins charm consists of 3 steps:
- Create the new Jenkins charm instance:
juju deploy jenkins-k8s jenkins-k8s-new
- Migrate Jenkins data: Follow the instructions in the charm’s documentation for backup and restore.
- Remove the old Jenkins charm instance:
juju remove-application jenkins-k8s