Skip to content

LoadBalancer

rnakidi edited this page Dec 20, 2024 · 1 revision

How Load Balancer check the status of containers?

By conducting periodic health checks with specified configurations(expected response, etc).

How K8s track the health check of containers?

Using Liveness(running) and readiness(able to process the request)

Clone this wiki locally