Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow blue/green deployments without a service mesh provider #211

Merged
merged 4 commits into from
Jun 20, 2019

Commits on Jun 19, 2019

  1. Add a no-operation router

    To be used for Kubernetes blue/green deployments (no service mesh or ingress controller)
    stefanprodan committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    8d1cc83 View commit details
    Browse the repository at this point in the history
  2. Add a service mesh provider of type none

    To be used for Kubernetes blue/green deployments with the no-operations router
    stefanprodan committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    9fada30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e72d23 View commit details
    Browse the repository at this point in the history
  4. Add HTTP metrics when no mesh provider is specified

    Implement request-success-rate and request-duration checks using http_request_duration_seconds histogram
    stefanprodan committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    647d028 View commit details
    Browse the repository at this point in the history