Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes to PSC hybrid blueprint readmes #889

Merged
merged 4 commits into from
Oct 17, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions blueprints/networking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ It is meant to be used as a starting point for most Shared VPC configurations, a
<a href="./psc-hybrid/" title="Hybrid connectivity to on-premise services thrugh PSC"><img src="./psc-hybrid/diagram.png" align="left" width="280px"></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).
<br clear="left">

![High-level diagram](diagram.png "High-level diagram")

### Decentralized firewall management

<a href="./decentralized-firewall/" title="Decentralized firewall management"><img src="./decentralized-firewall/diagram.png" align="left" width="280px"></a> This [blueprint](./decentralized-firewall/) shows how a decentralized firewall management can be organized using the [firewall factory](../factories/net-vpc-firewall-yaml/).
Expand Down
3 changes: 3 additions & 0 deletions blueprints/networking/psc-hybrid/psc-consumer/README.md
Original file line number Diff line number Diff line change
@@ -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.

<!-- BEGIN TFDOC -->

## Variables
Expand Down
7 changes: 7 additions & 0 deletions blueprints/networking/psc-hybrid/psc-producer/README.md
Original file line number Diff line number Diff line change
@@ -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)

<!-- BEGIN TFDOC -->

## Variables
Expand Down