From e7bfaa4f1a2fcf941b55cc46cfddff1340dd2a94 Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Mon, 1 Apr 2019 18:44:51 +0200 Subject: [PATCH] factor in Stefan's feedback - use a table instead --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e0b16844..255ee0f2 100644 --- a/README.md +++ b/README.md @@ -151,14 +151,12 @@ For more details on how the canary analysis and promotion works please [read the ### Features -* A/B testing -* Canary deployments -* Integrated monitoring and alerts -* Zero downtime deployments -* Supported technologies - * [Helm](https://helm.sh/) - * [Istio](https://istio.io/) - * [App Mesh](https://aws.amazon.com/app-mesh/) +| Feature | Istio | App Mesh | +| ---------------------------------------- | ------- | -------- | +| Canary deployments with weighted traffic | :check: | :check: | +| A/B testing | :check: | | +| Request duration metrics | :check: | | +| Ingress support | :check: | | ### Roadmap