Hacker News new | ask | show | jobs
by glitchcrab 858 days ago
Really? So how would you version control changes to anything?

> learn to maintain, failover, and recover Kubernetes clusters

Kubernetes administration is a completely different topic to gitops, the two compliment each other - they don't replace each other.

1 comments

We use helm which gives all of the version control we’ve ever needed
So how do you manage the versions of helm charts you have installed? Or are you manually running helm install from a local machine?
We either install a new version of a helm chart, or we roll back. we have rollback jobs to roll back, and our CI/CD pipelines or our maintenace jobs do the install of the new version, depending on whether it's our app or a dependency