An open API service indexing awesome lists of open source software.

https://github.com/eficode-academy/kubernetes-appdev-katas

Exercises for Kubernetes application development
https://github.com/eficode-academy/kubernetes-appdev-katas

Last synced: 2 months ago
JSON representation

Exercises for Kubernetes application development

Awesome Lists containing this project

README

        

# kubernetes-appdev-katas
Exercises for Kubernetes application development

Introducing the example sentences application:

- [hello-sentences-app](hello-sentences-app.md)

# Application Packaging with Helm

- [create-a-helm-chart](create-a-helm-chart.md)
- [helm-chart-with-parameters](helm-chart-with-parameters.md)

# Application Monitoring

- [introducing-prometheus-and-grafana](introducing-prometheus-and-grafana.md)
- [prometheus-metrics-grafana-dashboards](prometheus-metrics-grafana-dashboards.md)

# Application Auto-scaling

- [horizontal-pod-autoscaling](horizontal-pod-autoscaling.md)
- [autoscaling-with-preemption](autoscaling-with-preemption.md)