c0c0n3 / kitt4sme.live

On a mission to bring AI to the shop floor: https://kitt4sme.eu/
MIT License
1 stars 27 forks source link

Kubernetes cluster - Istio health check #441

Open kostasgrevenitis opened 3 months ago

kostasgrevenitis commented 3 months ago

Istio itself has built-in health checks for its components. These health checks ensure that the various parts of Istio (like Pilot, Mixer, Citadel, etc.) are functioning properly. Istio's health checks are typically managed internally by Kubernetes health checks (liveness and readiness probes) configured for each Istio component's pod.