Recover automatically from failed deployments with Argo Rollouts and Prometheus metrics

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • argo-rollout-canary-sample-app

    Example with Canary deployments for Argo Rollouts and Prometheus

  • You can find the example application at https://github.com/codefresh-contrib/argo-rollout-canary-sample-app. It is a simple Golang application that exposes some basic Prometheus metrics and has no other dependencies.

  • prometheus

    The Prometheus monitoring system and time series database.

  • In the previous article, we have seen blue/green deployments. In this article, we will see an example that combines canary deployments with Prometheus metrics that automatically rolls back an application if the new version is not passing specific metric thresholds.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • argo-rollout-blue-green-sample-app

    Example with Blue/Green deployments and Argo Rollouts

  • For more details on Canary deployments as well as the example with manual approval see the documentation page.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts