# k8s-podinfo Podinfo is a tiny web application made with Go that showcases best practices of running microservices in Kubernetes. ### Guides * [Deploy and upgrade with Helm](1-deploy.md) * [Horizontal Pod Auto-scaling](2-autoscaling.md) * [Monitoring and alerting with Prometheus](3-monitoring.md) * [StatefulSets with local persistent volumes](4-statefulsets.md) * [Canary Deployments and A/B Testing](5-canary.md) * [Expose Kubernetes services over HTTPS with Ngrok](6-ngrok.md)