A tiny web application Golang showcases best practices of running microservices in Kubernetes
Podinfo is a tiny web application made with Go that showcases the best practices of running microservices in Kubernetes. Podinfo is used by CNCF projects like Flux and Flagger for end-to-end testing and workshops. Golang Project Specifications Health checks (readiness and liveness) Graceful shutdown on interrupt signals File watcher for secrets and configmaps Structured logging with zap 12-factor app […]