Hello,
This is a follow up from the another post - Integrate apigee api gateway with private gke cluster
I am trying to implement such solution proposed in the article Modernize Apigee-GKE Connectivity with Private Service Connect and GKE Gateway , and realized that the doc ( Southbound networking patterns | Apigee | Google Cloud ) is proposing to use a deprecated item : producerForwardingRule (not able to add more than 2 links )
Would you be able to help me find a new alternative?
My proposal will be to use serviceAttachment backendservice , then creating a service without app-selector and manually creating an EndpointSlice to target my Gateway ILB.
This works but I am not convinced I am creating the best architecture in term of network and resiliency.
Thanks for your support.