K8up v2
#236
Replies: 2 comments
-
Also an idea: Write the snapshots as CRs into the cluster. So we can provide a more k8s native way of handling restores and listing available snapshots. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Some thoughts about the k8s native cronjobs: I would really like to leverage them, but they have a major drawback: They are statically defined once, with all the volumes etc. So if PVCs are added or removed we need to make sure that they reflect those changes immediately. Which in turn means that the Operator needs to observe all the PVCs in all namespaces where a schedule is deployed. |
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
-
From the top of my head in no particular order:
We might make separate discussions for these ideas
Beta Was this translation helpful? Give feedback.
All reactions