ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 228 - Professional Cloud Developer discussion

Report
Export

Your team has created an application that is hosted on a Google Kubernetes Engine (GKE) cluster You need to connect the application to a legacy REST service that is deployed in two GKE clusters in two different regions. You want to connect your application to the legacy service in a way that is resilient and requires the fewest number of steps You also want to be able to run probe-based health checks on the legacy service on a separate port How should you set up the connection?

A.
Use Traffic Director with a sidecar proxy to connect the application to the service.
Answers
A.
Use Traffic Director with a sidecar proxy to connect the application to the service.
B.
Use a proxyless Traffic Director configuration to connect the application to the service.
Answers
B.
Use a proxyless Traffic Director configuration to connect the application to the service.
C.
Configure the legacy service's firewall to allow health checks originating from the proxy.
Answers
C.
Configure the legacy service's firewall to allow health checks originating from the proxy.
D.
Configure the legacy service's firewall to allow health checks originating from the application.
Answers
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.
Answers
E.
Configure the legacy service's firewall to allow health checks originating from the Traffic Director control plane.
Suggested answer: A, C

Explanation:

https://cloud.google.com/traffic-director/docs/advanced-setup#routing-rule-maps https://cloud.google.com/traffic-director/docs/advanced-setup

A) Using Traffic Director with a sidecar proxy can provide resilience for your application by allowing for failover to the secondary region in the event of an outage. The sidecar proxy can route traffic to the legacy service in either of the two GKE clusters, ensuring high availability. C. Configuring the legacy service's firewall to allow health checks originating from the proxy allows the proxy to periodically check the health of the legacy service and ensure that it is functioning properly. This helps to ensure that traffic is only routed to healthy instances of the legacy service, further improving the resilience of the setup.

asked 18/09/2024
István Balla
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first