From faf6c48a8032ecac4a2d235a6ab4dd8e31b2df1e Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Mon, 12 Sep 2022 10:03:27 +0200 Subject: [PATCH] Add gke description --- blueprints/gke/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/blueprints/gke/README.md b/blueprints/gke/README.md index 0077f7bdd..12ac62b74 100644 --- a/blueprints/gke/README.md +++ b/blueprints/gke/README.md @@ -10,3 +10,10 @@ They are meant to be used as minimal but complete starting points to create actu This [blueprint](./multitenant-fleet/) allows simple centralized management of similar sets of GKE clusters and their nodepools in a single project, and optional fleet management via GKE Hub templated configurations.
+ +### Shared VPC with GKE and per-subnet support + + This [blueprint](../networking/shared-vpc-gke/) shows how to configure a Shared VPC, including the specific IAM configurations needed for GKE, and to give different level of access to the VPC subnets to different identities. + +It is meant to be used as a starting point for most Shared VPC configurations, and to be integrated to the above blueprints where Shared VPC is needed in more complex network topologies. +