bazmurphy / immersive-go-course

An immersive, introductory course to backend software engineering using go.
https://systems.codeyourfuture.io/
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Sprint 3 - Tutorials - Autoscaling #65

Open bazmurphy opened 6 months ago

bazmurphy commented 6 months ago

Do this tutorial which demonstrates autoscaling with minikube (you will need to install minikube on your computer if you don’t have it). It will give you hands-on experience in configuring autoscaling, plus some exposure to Kubernetes configuration. You may need to run this command first minikube addons enable metrics-server.

https://learndevops.novalagung.com/kubernetes-minikube-deployment-service-horizontal-autoscale.html