GoogleCloudPlatform / pubsec-declarative-toolkit

The GCP PubSec Declarative Toolkit is a collection of declarative solutions to help you on your Journey to Google Cloud. Solutions are designed using Config Connector and deployed using Config Controller.
Apache License 2.0
31 stars 28 forks source link

Validate MCI usage of the L7 internal Load Balancer #416

Open fmichaelobrien opened 1 year ago

fmichaelobrien commented 1 year ago

Validate MCI usage of the L7 internal LB https://cloud.google.com/load-balancing/docs/l7-internal/traffic-management#routing_requests_to_backends and https://cloud.google.com/kubernetes-engine/docs/concepts/multi-cluster-ingress https://cloud.google.com/anthos/service-mesh

cartyc commented 1 year ago

I would also check Gateway API, this should be way going forward. Multi-cluster gateway is in preview at the moment but does reduce the complexity of things as it does not require that config cluster, https://cloud.google.com/kubernetes-engine/docs/how-to/deploying-multi-cluster-gateways.

cartyc commented 1 year ago

Here's a handy list of gateway capabilities, https://cloud.google.com/kubernetes-engine/docs/how-to/gatewayclass-capabilities . Ingress may have a few that are required at the moment due to gateway being newer.