Files
podinfo/docs/index.md
T

15 lines
537 B
Markdown

# 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)
* [Expose Kubernetes services over HTTPS with Ngrok](6-ngrok.md)
* [A/B Testing with Ambassador API Gateway](5-canary.md)
* [Canary Deployments with Istio](7-istio.md)