cloud-foundation-fabric/blueprints/gke/README.md

20 lines
1.4 KiB
Markdown
Raw Normal View History

2022-09-09 06:59:57 -07:00
# GKE and Serverless blueprints
2022-08-12 02:24:21 -07:00
2022-09-09 06:59:57 -07:00
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.
2022-08-12 02:24:21 -07:00
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.
2022-09-09 06:59:57 -07:00
## Blueprints
2022-08-12 02:24:21 -07:00
### Multitenant GKE fleet
2022-09-09 07:40:37 -07:00
<a href="./multitenant-fleet/" title="GKE multitenant fleet"><img src="./multitenant-fleet/diagram.png" align="left" width="280px"></a> 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.
2022-08-12 02:24:21 -07:00
<br clear="left">
2022-09-12 01:03:27 -07:00
### Shared VPC with GKE and per-subnet support
<a href="../networking/shared-vpc-gke/" title="Shared VPC with GKE"><img src="../networking/shared-vpc-gke/diagram.png" align="left" width="280px"></a> 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.
<br clear="left">