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

Single Cluster Regional LB (gke-l7-rilb) https with Private Service Connect example #186

Open
ap0phi5 opened this issue Jan 22, 2024 · 0 comments

Comments

@ap0phi5
Copy link

ap0phi5 commented Jan 22, 2024

In the same form as #59,
could you possibly add an example of how to connect a Service Attachment to GKE Gateway API Controller as a PSC producer?

With the L4 nginx Ingress Controller, this was previously done with a ServiceAttachment resource:

apiVersion: networking.gke.io/v1beta1
kind: ServiceAttachment
metadata:
 name: emoji-sa
 namespace: default
spec:
 connectionPreference: ACCEPT_AUTOMATIC
 natSubnets:
 - gke-nat-subnet
 proxyProtocol: false
 resourceRef:
   kind: Service
   name: gke-l4-psc

This is for a Private GKE Cluster in a service project with access to a Shared VPC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant