Skip to content

Can I create Velero backups in namespaces other than the one Velero is installed to? #3644

Answered by nrb
nrb asked this question in Community support Q&A
Discussion options

You must be logged in to vote

This is currently not possible with Velero.

The reason is that Backup custom resources are essentially pointers to a backup on object storage. If a given Kubernetes namespace is deleted, the Backup record would be deleted with it, leaving Velero with no pointer to the actual, authoritative backup.

Velero stores the Backup and Restore resources in its own namespace so that the backups are stored independently of the resources that it tries to backup, and to provide a quick way to enumerate the backups and restores known to it without reaching out to object storage all the time.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nrb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant