Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Your team has deployed a Python application to a Managed Instance Group, which is behind a load balancer. Your task is to ensure the load balancer directs requests only to healthy instances. Which of the following options will help you achieve this?
A
Configure Uptime Checks to continuously verify if the instance is reachable.
B
Implement Health Checks to continuously assess if the instance can respond to traffic.
C
Set up a Readiness Probe to continuously check if the instance is ready to receive traffic.
D
Set up a Liveness Probe to continuously check if the instance is running and restart it if not.