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

13 lines
789 B
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">