Etienne Tremel

    Automated rollback of Helm releases based on logs or metrics

    Continuous delivery is becoming a standard, if you implement the right process you get a predictable deployment. When a change is made in the code, most of the time the build, test, deploy and monitor...

    10 min read

    Deployment Strategies

    There are a variety of techniques to deploy new applications to production so choosing the right strategy is an important decision that needs to be made to leverage the impact of change on the consume...

    Kubernetes deployment strategies

    In Kubernetes there are a few different ways to release an application, it is necessary to choose the right strategy to make your infrastructure reliable during an application update. Choosing the rig...