From 014c2c7d103ab85fba65f16d47ca309a4d1c8e22 Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Mon, 12 Sep 2022 10:09:56 +0200 Subject: [PATCH] Add readme to serverless blueprints folder --- blueprints/gke/README.md | 4 ++-- blueprints/serverless/README.md | 12 ++++++++++++ blueprints/serverless/api-gateway/README.md | 2 +- .../api-gateway/{architecture.png => diagram.png} | Bin 4 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 blueprints/serverless/README.md rename blueprints/serverless/api-gateway/{architecture.png => diagram.png} (100%) diff --git a/blueprints/gke/README.md b/blueprints/gke/README.md index 12ac62b74..307c9e231 100644 --- a/blueprints/gke/README.md +++ b/blueprints/gke/README.md @@ -1,6 +1,6 @@ -# GKE and Serverless blueprints +# GKE 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. +The blueprints in this folder show implement **end-to-end scenarios** for GKE 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. diff --git a/blueprints/serverless/README.md b/blueprints/serverless/README.md new file mode 100644 index 000000000..44f39f0f6 --- /dev/null +++ b/blueprints/serverless/README.md @@ -0,0 +1,12 @@ +# Serverless blueprints + +The blueprints in this folder show implement **end-to-end scenarios** for 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 + +### Multi-region deployments for API Gateway + + This [blueprint](./api-gateway/) shows how to configure a load balancer to enable multi-region deployments for API Gateway. For more details on how this set up work have a look at the article [here](https://cloud.google.com/api-gateway/docs/multi-region-deployment) +
diff --git a/blueprints/serverless/api-gateway/README.md b/blueprints/serverless/api-gateway/README.md index fa350efb3..9e17b11e9 100644 --- a/blueprints/serverless/api-gateway/README.md +++ b/blueprints/serverless/api-gateway/README.md @@ -4,7 +4,7 @@ This tutorial shows you how to configure an HTTP(S) load balancer to enable mult The diagram below depicts the architecture that this blueprint sets up. -![Architecture](architecture.png) +![Architecture diagram](diagram.png) # Running the blueprint diff --git a/blueprints/serverless/api-gateway/architecture.png b/blueprints/serverless/api-gateway/diagram.png similarity index 100% rename from blueprints/serverless/api-gateway/architecture.png rename to blueprints/serverless/api-gateway/diagram.png