mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-08-23 22:26:29 +00:00
15 lines
537 B
Markdown
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)
|