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 the instance's availability.
B
Implement Health Checks to continuously verify the instance's availability.
C
Set up the Readiness Probe to continuously verify the instance's availability.
D
Set up the Liveness Probe to continuously verify the instance's availability.