
Ultimate access to all questions.
Your team has deployed a Python application to a Managed Instance Group, which is placed behind a load balancer. Your task is to ensure the load balancer only sends requests to instances that are functioning correctly. Which of the following options will help you achieve this?
A
Configure Uptime Checks to continuously verify if the instance is available.
B
Configure Health Checks to continuously verify if the instance is available.
C
Configure the Readiness Probe to continuously check if the instance is ready to receive traffic.
D
Configure the Liveness Probe to continuously check if the instance is running and restart it if not.