Healthcheck3 recipes

Liveness and readiness probe configurations

fastapiPythonintermediateVerified
FastAPI Production App Factory with Async SQLAlchemy

A production-ready FastAPI application using the app factory pattern, async SQLAlchemy 2.0 with PostgreSQL, Alembic migrations, structured logging, and health-check endpoint.

kubernetesYAMLintermediateVerified
Kubernetes Deployment with HPA and Resource Limits

A production Kubernetes Deployment manifest with liveness/readiness probes, resource requests/limits, rolling update strategy and a HorizontalPodAutoscaler to handle traffic spikes.

dockerYAMLbeginnerVerified
Local Dev docker-compose with PostgreSQL and Redis

A docker-compose.yml for local development that spins up the app, PostgreSQL 16, Redis 7 and an optional Adminer instance — volumes ensure data survives container restarts.