Best Way To Back Up Jenkins in K8s As DR #125
Answered
by
hoalongnatsu
khangtictoc
asked this question in
Q&A
-
|
As the title mentioned, from your perspective. What is the best or most suitable approach to back up all Jenkins data (jobs, build history, passwords, all items in configuration tabs, shared library config, credentials , ...) Given that Jenkins is deployed as Helm chart on Kubernetes cluster. |
Beta Was this translation helpful? Give feedback.
Answered by
hoalongnatsu
Dec 2, 2025
Replies: 1 comment 1 reply
-
|
Since you are running on Kubernetes with Helm, I strongly recommend avoiding the traditional "all-in-one" backup plugins (like thinBackup). If you want the solution that works with K8s-native. You can try the "Modern" Best Practice below:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
khangtictoc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since you are running on Kubernetes with Helm, I strongly recommend avoiding the traditional "all-in-one" backup plugins (like thinBackup).
If you want the solution that works with K8s-native. You can try the "Modern" Best Practice below: