Random Engineering and Video Gaming Ramblings

Engineering, Kubernetes, k8s, unity, video games

Feb 23, 2020

Setup an HPA (Horizontal Pod AutoScaler)

Setup an HPA (Horizontal Pod AutoScaler)

The Horizontal Pod Autoscaler automatically scales the number of pods in a replication controller, deployment, replica set or stateful set based on observed CPU utilization (or, with custom metrics support, on some other application-provided metrics).

Feb 22, 2020

Install MiniKube on Windows 10

Install MiniKube on Windows 10

Minikube is a tool that lets you test out and develop kubernetes (k8s) configs/deployments/etc locally before you push the working configs up to your live kubernetes (k8s) cluster(s).