cloud-foundation-fabric/blueprints/gke
Julio Castillo faf6c48a80 Add gke description 2022-09-12 10:03:27 +02:00
..
multitenant-fleet Rename gke-serverless to gke and add test for fast gke stage 2022-09-12 09:56:25 +02:00
README.md Add gke description 2022-09-12 10:03:27 +02:00
shared-vpc-gke Link shared vpc gke blueprint in gke folder 2022-09-12 10:00:38 +02:00

README.md

GKE and Serverless blueprints

The blueprints in this folder show implement end-to-end scenarios for GKE or Serveless topologies that show how to automate common configurations or leverage specific products.

They are meant to be used as minimal but complete starting points to create actual infrastructure, and as playgrounds to experiment with Google Cloud features.

Blueprints

Multitenant GKE fleet

This blueprint 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 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.