Add App Mesh Kustomize installer to docs

This commit is contained in:
stefanprodan
2019-10-02 20:12:04 +03:00
parent a9aab3e3ac
commit 44c2fd57c5
2 changed files with 16 additions and 0 deletions
@@ -153,6 +153,14 @@ Note that you'll need kubectl 1.14 to run the above the command or you can downl
kustomize build github.com/weaveworks/flagger//kustomize/istio | kubectl apply -f -
```
Install Flagger for AWS App Mesh:
```bash
kubectl apply -k github.com/weaveworks/flagger//kustomize/appmesh
```
This deploys Flagger and Prometheus (configured to scrape the App Mesh Envoy sidecars) in the `appmesh-system` namespace.
Install Flagger for Linkerd:
```bash