gardener / gardener-extension-provider-gcp

Gardener extension controller for the GCP cloud provider (https://cloud.google.com).
https://gardener.cloud
Apache License 2.0
13 stars 84 forks source link

Add configuration for Private Service Connect in GCP InfrastructureConfig defintition #465

Open adomarat opened 2 years ago

adomarat commented 2 years ago

How to categorize this issue?

/area networking /kind enhancement

What would you like to be added:

An InfrastructureConfig field to configure Private Service Connect in a GCP vpc.

This is the GCP equivalent of the Service Endpoints offered by Azure, and the Gateway Endpoints offered by AWS. Both of those features are configurable through the InfrastructureConfig resource on aws and azure.

Why is this needed:

Private Service Connect creates a tunnel from the GCP VPC to a GCP service, preventing high cost and latency that would be incurred otherwise.

stiller-leser commented 2 years ago

Just to add my two cents: Another option that would add value, would be to allow Google Private Access.