flagger
flagger copied to clipboard
Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)
## Describe the feature We are currently using flagger with Datadog metrics. Even though we don't have a very high amount of `Canary` resources with too frequent Datadog requests (we...
The helm install fails if a flagger namespace doesn't already exist.
Please help me! Is it possible to use gitops or github actions with flagger and osm with multiple pods. I am working on the basic demo osm bookstore app. https://github.com/clarenceb/bookstore...
### Describe the bug I update the flagger version to use with keda, but it didn't behave as expected, service labels and selector kept pointing to the wrong version, not...
we want the ability to route traffic to the application pod based on version cookies during canary deployment. This will make sure during canary deployment requests are routed correctly for...
## Describe the feature In my company we have been evaluating several cloud native "progressive delivery" technologies and Flagger is the resulting winner (so many good things in flagger thanks...
Background: I have introduced canary deployment with pre-rollout webhook. https://docs.flagger.app/usage/webhooks#integration-testing Cluster used: AKS Helm version: 3.5.2 k8s version: 1.19.6 I am trying to purposely fail the pre-rollout smoke test and...
On AWS App Mesh, when applying the canary definition from the how-to guide, the virtual services are created with names: appname appname-canary Additionally, the appmesh controller actually appends a "namespace"...
## Describe the feature canary deploy by flagger in appmesh, I want to set the config TCP retry events connection-error in virtualrouter . But flagger can not support? What problem...
### Describe the bug We are running flagger as central service used by multiple other services for progressive deliveries. The services use Datadog queries via the `MetricsTemplate`. The other day...