๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout Register Now โ†’
Menu

Categories

DevOps Beginner

What is Health Check?

An endpoint or mechanism that reports whether an application is running correctly and ready to handle requests.

Health checks enable load balancers and orchestrators to detect unhealthy instances. Liveness probes check if the application is running (restart if not). Readiness probes check if it can handle traffic (remove from load balancer if not).

A health endpoint (/health or /healthz) typically checks database connectivity, disk space, memory usage, and dependent service availability. Kubernetes supports HTTP, TCP, and command-based health checks with configurable intervals and thresholds.

Related Terms

Infrastructure Drift
The divergence between the actual state of infrastructure and its defined desired state, caused by manual changes or untracked modifications.
Incident Management
The process of detecting, responding to, and resolving service disruptions to minimize impact and restore normal operations.
Grafana
An open-source analytics and visualization platform for creating dashboards from various data sources.
Postmortem
A structured analysis conducted after an incident to understand what happened, why, and how to prevent recurrence โ€” without assigning blame.
SonarQube
A platform for continuous code quality inspection that detects bugs, vulnerabilities, and code smells through static analysis.
YAML
A human-readable data serialization language commonly used for configuration files in DevOps tools and applications.
View All DevOps Terms โ†’