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
- Host: GitHub
- URL: https://github.com/eficode-academy/kubernetes-appdev-katas
- Owner: eficode-academy
- Created: 2019-06-19T11:33:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T13:27:10.000Z (over 1 year ago)
- Last Synced: 2025-01-11T21:23:06.546Z (4 months ago)
- Language: Smarty
- Size: 1.39 MB
- Stars: 11
- Watchers: 4
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kubernetes-appdev-katas
Exercises for Kubernetes application developmentIntroducing 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)