KubeRBS for automatic Kubernetes rollbacks so you can sleep better at night!

With the massive adoption of Kubernetes and the fact the continuous delivery has become a standard practice, the rollout of new versions is now more automated than ever. But what happens if you deploy a faulty version? How much time and effort it will take to rollback to the previous, non-faulty version?

kuberbs (Kubernetes Rollback System) is an attempt to solve this problem by monitoring your Kubernetes deployments and if your error rate (user-defined metrics) is above a threshold then the deployment will be rolled back to the previous version.
The blog post

2 Likes