A minimal binary to include in containers that can perform a get request to check if the service is healthy
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
minimal-GET-healthcheck
Inspired by this aricle I want to try to recreate it but without any external dependencies. This will also let me try both rust and building HTTP from scratch.
Build it with cargo build --release --target x86_64-unknown-linux-musl
A minimal binary to include in containers that can perform a get request to check if the service is healthy