You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/safer_cluster_iap_bastion/README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ This end to end example aims to showcase access patterns to a [Safer Cluster](..
4
4
5
5
Additionally we deploy a [tinyproxy](https://tinyproxy.github.io/) daemon which allows `kubectl` commands to be piped through the bastion host allowing ease of development from a local machine with the security of GKE Private Clusters.
6
6
7
+
GKE Autopilot clusters are deployed with Application-layer Secrets Encryption that protects your secrets in etcd with a key you manage in [Cloud KMS](https://github.com/terraform-google-modules/terraform-google-kms/blob/master/README.md).
8
+
7
9
## Setup
8
10
9
11
To deploy this example:
@@ -59,6 +61,9 @@ To deploy this example:
59
61
| cluster\_name | Cluster name |
60
62
| endpoint | Cluster endpoint |
61
63
| get\_credentials\_command | gcloud get-credentials command to generate kubeconfig for the private cluster |
64
+
| keyring | The name of the keyring. |
65
+
| keyring\_resource | The location of the keyring. |
66
+
| keys | Map of key name => key self link. |
62
67
| location | Cluster location (region if regional cluster, zone if zonal cluster) |
63
68
| master\_authorized\_networks\_config | Networks from which access to master is permitted |
64
69
| network\_name | The name of the VPC being created |
0 commit comments