Tag: Rollback

Helm’s — atomic Option for Rollback Leaves You in the Dark

The world of DevOps is an exciting journey full of exploration and problem-solving. As a DevOps enthusiast, I recently embarked on a new adventure into the realms of Kubernetes deployments. My trusty companion for this journey was Helm, the Kubernetes package manager. It promised seamless applicatio...

Full automation with Argo Rollout blue-green deployment — automatic rollout abort and rollback

GitOps is a methodology that uses Git as the source of truth for your desired state of your applications and infrastructure. A GitOps agent (such as Argo CD) attempts to keep the actual state in-sync with the desired state by continuously applying the changes from Git to your cluster. However, Ar...