Best Practices for Backing Up Multiple Kubernetes Namespaces with Velero #7080
boedy
started this conversation in
General discussions
Replies: 2 comments
-
|
Hello, This depends on the RPO and RTO that you have. If they significantly differ from namespace to namespace, I suggest grouping them based on RPO and RTO. One thing to note is that the backups happen sequentially, with only one backup at a time. So if you have a scheduled backup kick-off, say, five backups at the same time, they will only happen sometimes. I would also be curious what others think |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
+1 to what @shawn-hurley is suggesting here. Additionally,
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Velero Community,
I am currently fine-tuning my disaster recovery strategy using Velero and am faced with a decision that I'm sure many of you have tackled: when backing up a Kubernetes cluster with multiple namespaces, is it more advantageous to create a single scheduled backup for all namespaces, or to manage multiple scheduled backups, each including a single namespace?
Here's my context:
What is the recommended approach here?
Beta Was this translation helpful? Give feedback.
All reactions