|
|
|
|
|
by eddyfromtheblok
857 days ago
|
|
adopt a gitops tool (argo or flux): - create a dev cluster - create a test cluster - manage dev & test clusters with gitops tool - copy payloads and objects from your prod cluster in the gitops tool - compare test to prod. try new things out in dev. tear down dev cluster at will - create a new prod cluster based off of test cluster - migrate things over slowly |
|
Kubernetes is a perfectly good place to keep your desired state. I think it would be in most people’s best interests to learn to maintain, failover, and recover Kubernetes clusters, so they can trust the API, rather than trying to use tools to orchestrate their orchestration