Rename gke-serverless to gke and add test for fast gke stage

This commit is contained in:
Julio Castillo
2022-09-12 09:56:25 +02:00
parent d817bc5700
commit 72da12e377
14 changed files with 103 additions and 8 deletions

12
blueprints/gke/README.md Normal file
View File

@@ -0,0 +1,12 @@
# 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
<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.
<br clear="left">