From 950f7206604dd8c60bb5b4db700693b2ae84a064 Mon Sep 17 00:00:00 2001 From: Bobby DeSimone Date: Thu, 16 May 2019 21:44:33 -0700 Subject: [PATCH] docs: add amazon helm script to examples --- docs/docs/examples.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/docs/examples.md b/docs/docs/examples.md index f6a1de4ce..b7a92cd6c 100644 --- a/docs/docs/examples.md +++ b/docs/docs/examples.md @@ -58,7 +58,6 @@ Customize for your identity provider run `docker-compose up -f nginx.docker-comp ## Helm -- Uses Google Kubernetes Engine's built-in ingress to do [HTTPS load balancing] - HTTPS (TLS) between client, load balancer, and services - gRPC requests are routed behind the load balancer - Routes default to hosted version of httpbin.org @@ -66,8 +65,16 @@ Customize for your identity provider run `docker-compose up -f nginx.docker-comp #### helm_gke.sh +- Uses Google Kubernetes Engine's built-in ingress to do [HTTPS load balancing] + <<< @/scripts/helm_gke.sh +#### helm_aws.sh + +- Uses Amazon Elastic Container Service + +<<< @/scripts/helm_aws.sh + ## Kubernetes - Uses Google Kubernetes Engine's built-in ingress to do [HTTPS load balancing]