Where to run the management cluster cheaply? Is minikube an option? #1343
-
Hi! Is minikube an option? If so, how is the backup/persistency plan here? What are your thoughts here? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
After further reading the docs, it seems the recommended way to use kind. Probably could be installed on cheap 6$ a month VPS as well, which don't require expensive managed clusters. Just need to make sure to backup it as #1349 indicates |
Beta Was this translation helpful? Give feedback.
-
You can use kind or minikube to run claudie if you don't want to run the management cluster in a cloud provider. Note that you will need to use the manual backup procedure described, as kind or minikube use hostpath volumes, which velero does not currently backup. |
Beta Was this translation helpful? Give feedback.
Hi @smulikHakipod
You can use kind or minikube to run claudie if you don't want to run the management cluster in a cloud provider.
The backup procedure for kind and minkube or other lightweight kubernetes distributions is described in https://docs.claudie.io/latest/creating-claudie-backup/creating-claudie-backup/.
Note that you will need to use the manual backup procedure described, as kind or minikube use hostpath volumes, which velero does not currently backup.