mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-25 12:39:50 +02:00
docs: add amazon helm script to examples
This commit is contained in:
parent
562317dbf6
commit
950f720660
1 changed files with 8 additions and 1 deletions
|
@ -58,7 +58,6 @@ Customize for your identity provider run `docker-compose up -f nginx.docker-comp
|
||||||
|
|
||||||
## Helm
|
## Helm
|
||||||
|
|
||||||
- Uses Google Kubernetes Engine's built-in ingress to do [HTTPS load balancing]
|
|
||||||
- HTTPS (TLS) between client, load balancer, and services
|
- HTTPS (TLS) between client, load balancer, and services
|
||||||
- gRPC requests are routed behind the load balancer
|
- gRPC requests are routed behind the load balancer
|
||||||
- Routes default to hosted version of httpbin.org
|
- 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
|
#### helm_gke.sh
|
||||||
|
|
||||||
|
- Uses Google Kubernetes Engine's built-in ingress to do [HTTPS load balancing]
|
||||||
|
|
||||||
<<< @/scripts/helm_gke.sh
|
<<< @/scripts/helm_gke.sh
|
||||||
|
|
||||||
|
#### helm_aws.sh
|
||||||
|
|
||||||
|
- Uses Amazon Elastic Container Service
|
||||||
|
|
||||||
|
<<< @/scripts/helm_aws.sh
|
||||||
|
|
||||||
## Kubernetes
|
## Kubernetes
|
||||||
|
|
||||||
- Uses Google Kubernetes Engine's built-in ingress to do [HTTPS load balancing]
|
- Uses Google Kubernetes Engine's built-in ingress to do [HTTPS load balancing]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue