Skip to main content
Baton connectors running in service mode can expose HTTP health check endpoints for container orchestrators (ECS Fargate, Kubernetes, etc.) to monitor connector health.

Enabling health checks

Health checks are disabled by default. Enable them using environment variables or CLI flags:

Health check endpoints

The health-check command

Each connector includes a health-check subcommand for querying the health check server. This is designed for container exec probes, eliminating the need to bundle curl or other HTTP clients in container images.

Usage

Flags

Exit codes

Container orchestrator examples

AWS ECS Fargate

Kubernetes