From 3a9a40894142d5483bbf908f21c535f0bec0e552 Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Mon, 1 Apr 2019 18:09:57 +0200 Subject: [PATCH 1/4] Seed a features section Closes: #133 Signed-off-by: Daniel Holbach --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e93803cd..e0b16844 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,17 @@ spec: For more details on how the canary analysis and promotion works please [read the docs](https://docs.flagger.app/how-it-works). +### 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/) + ### Roadmap * Integrate with other service mesh technologies like Linkerd v2, Super Gloo or Consul Mesh From e7bfaa4f1a2fcf941b55cc46cfddff1340dd2a94 Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Mon, 1 Apr 2019 18:44:51 +0200 Subject: [PATCH 2/4] 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 From 7ef63b341edaceae0f841d94dab4b36daff8ddee Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Mon, 1 Apr 2019 18:47:10 +0200 Subject: [PATCH 3/4] use white-heavy-check-mark instead --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 255ee0f2..cb8a7df3 100644 --- a/README.md +++ b/README.md @@ -151,12 +151,12 @@ For more details on how the canary analysis and promotion works please [read the ### Features -| Feature | Istio | App Mesh | -| ---------------------------------------- | ------- | -------- | -| Canary deployments with weighted traffic | :check: | :check: | -| A/B testing | :check: | | -| Request duration metrics | :check: | | -| Ingress support | :check: | | +| Feature | Istio | App Mesh | +| ---------------------------------------- | ------------------------ | ------------------------ | +| Canary deployments with weighted traffic | :white-heavy-check-mark: | :white-heavy-check-mark: | +| A/B testing | :white-heavy-check-mark: | | +| Request duration metrics | :white-heavy-check-mark: | | +| Ingress support | :white-heavy-check-mark: | | ### Roadmap From 7b29253df42a2cfaf298392525c930eb5bdd114b Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Mon, 1 Apr 2019 18:51:44 +0200 Subject: [PATCH 4/4] use white-check-mark instead - hope this work this time --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cb8a7df3..1627b49a 100644 --- a/README.md +++ b/README.md @@ -151,12 +151,12 @@ For more details on how the canary analysis and promotion works please [read the ### Features -| Feature | Istio | App Mesh | -| ---------------------------------------- | ------------------------ | ------------------------ | -| Canary deployments with weighted traffic | :white-heavy-check-mark: | :white-heavy-check-mark: | -| A/B testing | :white-heavy-check-mark: | | -| Request duration metrics | :white-heavy-check-mark: | | -| Ingress support | :white-heavy-check-mark: | | +| 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: | | ### Roadmap