diff --git a/blueprints/networking/README.md b/blueprints/networking/README.md index 981fccc0..e234cc25 100644 --- a/blueprints/networking/README.md +++ b/blueprints/networking/README.md @@ -49,8 +49,6 @@ It is meant to be used as a starting point for most Shared VPC configurations, a This [blueprint](./psc-hybrid/) shows how to privately connect to on-premise services (IP + port) from GCP, leveraging [Private Service Connect (PSC)](https://cloud.google.com/vpc/docs/private-service-connect) and [Hybrid Network Endpoint Groups](https://cloud.google.com/load-balancing/docs/negs/hybrid-neg-concepts).
-![High-level diagram](diagram.png "High-level diagram") - ### Decentralized firewall management This [blueprint](./decentralized-firewall/) shows how a decentralized firewall management can be organized using the [firewall factory](../factories/net-vpc-firewall-yaml/). diff --git a/blueprints/networking/psc-hybrid/psc-consumer/README.md b/blueprints/networking/psc-hybrid/psc-consumer/README.md index 919e8aaf..23fd8f73 100644 --- a/blueprints/networking/psc-hybrid/psc-consumer/README.md +++ b/blueprints/networking/psc-hybrid/psc-consumer/README.md @@ -1,4 +1,7 @@ # PSC Consumer + +The module creates a consumer VPC and a Private Service Connect (PSC) endpoint, pointing to the PSC Service Attachment (SA) specified. + ## Variables diff --git a/blueprints/networking/psc-hybrid/psc-producer/README.md b/blueprints/networking/psc-hybrid/psc-producer/README.md index 12e208e5..5efd420f 100644 --- a/blueprints/networking/psc-hybrid/psc-producer/README.md +++ b/blueprints/networking/psc-hybrid/psc-producer/README.md @@ -1,4 +1,11 @@ # PSC Producer + +The module creates: + +- a producer VPC +- an internal regional TCP proxy load balancer with a hybrid Network Endpoint Group (NEG) backend, pointing to an on-prem service (IP + port) +- a Private Service Connect Service Attachment (PSC SA) exposing the service to [PSC consumers](../psc-consumer/README.md) + ## Variables