Mid ASP.NET Core Health checks? Health checks provide endpoints to report app health.Use Microsoft.AspNetCore.Diagnostics.HealthChecks.Configure checks for databases, external services, dependencies.Useful for Kubernetes, load balancers.