Merge pull request #124 from desimone/docs/update-helm-and-aws-script

deployment: remove helm from main repo
This commit is contained in:
Bobby DeSimone 2019-05-26 14:59:32 -07:00 committed by GitHub
commit 2dc88d44ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 72 additions and 1205 deletions

View file

@ -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]