
Ultimate access to all questions.
Your team has developed an application running on a Google Kubernetes Engine (GKE) cluster. You need to connect this application to a legacy REST service deployed across two GKE clusters in different regions. The connection should be resilient, require minimal steps, and support probe-based health checks on the legacy service using a separate port. What are two recommended approaches to configure this connection?
A
Use Traffic Director with a sidecar proxy to connect the application to the service.
B
Set up a proxyless Traffic Director configuration for the application.
C
Configure the legacy service's firewall to allow health checks originating from the sidecar proxy.
D
Configure the legacy service's firewall to allow health checks originating from the application.
E
Configure the legacy service's firewall to allow health checks originating from the Traffic Director control plane.