From de7cc17f5d1547eaa2f19a3835ae65cba6dbf2f7 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Tue, 2 Apr 2019 12:57:15 +0300 Subject: [PATCH 1/3] Add Istio vs App Mesh feature list --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1627b49a..38497763 100644 --- a/README.md +++ b/README.md @@ -153,10 +153,14 @@ For more details on how the canary analysis and promotion works please [read the | Feature | Istio | App Mesh | | ---------------------------------------- | ------------------ | ------------------ | -| Canary deployments with weighted traffic | :white-check-mark: | :white-check-mark: | -| A/B testing | :white-check-mark: | | -| Request duration metrics | :white-check-mark: | | -| Ingress support | :white-check-mark: | | +| Canary deployments (weighted traffic) | :heavy_check_mark: | :heavy_check_mark: | +| A/B testing (headers and cookies filters)| :heavy_check_mark: | | +| Load testing | :heavy_check_mark: | :heavy_check_mark: | +| Webhooks | :heavy_check_mark: | :heavy_check_mark: | +| Request success rate (builtin metric check) | :heavy_check_mark: | :heavy_check_mark: | +| Request duration (builtin metric check) | :heavy_check_mark: | | +| Custom Prometheus metrics checks | :heavy_check_mark: | :heavy_check_mark: | +| Ingress gateway | :heavy_check_mark: | | ### Roadmap From aaece0bd44857248504927a567950af6766d3f02 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Tue, 2 Apr 2019 13:05:01 +0300 Subject: [PATCH 2/3] Add acceptance tests to feature list --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 38497763..a4b4ca85 100644 --- a/README.md +++ b/README.md @@ -154,13 +154,13 @@ For more details on how the canary analysis and promotion works please [read the | Feature | Istio | App Mesh | | ---------------------------------------- | ------------------ | ------------------ | | Canary deployments (weighted traffic) | :heavy_check_mark: | :heavy_check_mark: | -| A/B testing (headers and cookies filters)| :heavy_check_mark: | | +| A/B testing (headers and cookies filters)| :heavy_check_mark: | :heavy_minus_sign: | | Load testing | :heavy_check_mark: | :heavy_check_mark: | -| Webhooks | :heavy_check_mark: | :heavy_check_mark: | +| Webhooks (custom acceptance tests)| :heavy_check_mark: | :heavy_check_mark: | | Request success rate (builtin metric check) | :heavy_check_mark: | :heavy_check_mark: | -| Request duration (builtin metric check) | :heavy_check_mark: | | +| Request duration (builtin metric check) | :heavy_check_mark: | :heavy_minus_sign: | | Custom Prometheus metrics checks | :heavy_check_mark: | :heavy_check_mark: | -| Ingress gateway | :heavy_check_mark: | | +| Ingress gateway | :heavy_check_mark: | :heavy_minus_sign: | ### Roadmap From 5380624da98f8f5ae40b0e6b3dd6873f662f3f4f Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Tue, 2 Apr 2019 13:27:32 +0300 Subject: [PATCH 3/3] Add CORS, retries and timeouts to feature list --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a4b4ca85..d1e7ee6c 100644 --- a/README.md +++ b/README.md @@ -157,10 +157,10 @@ For more details on how the canary analysis and promotion works please [read the | A/B testing (headers and cookies filters)| :heavy_check_mark: | :heavy_minus_sign: | | Load testing | :heavy_check_mark: | :heavy_check_mark: | | Webhooks (custom acceptance tests)| :heavy_check_mark: | :heavy_check_mark: | -| Request success rate (builtin metric check) | :heavy_check_mark: | :heavy_check_mark: | -| Request duration (builtin metric check) | :heavy_check_mark: | :heavy_minus_sign: | -| Custom Prometheus metrics checks | :heavy_check_mark: | :heavy_check_mark: | -| Ingress gateway | :heavy_check_mark: | :heavy_minus_sign: | +| Request success rate check (Envoy metric) | :heavy_check_mark: | :heavy_check_mark: | +| Request duration check (Envoy metric) | :heavy_check_mark: | :heavy_minus_sign: | +| Custom promql checks | :heavy_check_mark: | :heavy_check_mark: | +| Ingress gateway (CORS, retries and timeouts) | :heavy_check_mark: | :heavy_minus_sign: | ### Roadmap