Scaling your Kubernetes Cluster

Scaling your Kubernetes Cluster

In our previous post, we tackled how to build a scalable Kubernetes cluster on ARM VPS servers. In this post, we will tackle the reason we use Kubernetes at all: Scalability. Scaling Workloads with Horizontal Pod Autoscaler (HPA) The Horizontal Pod Autoscaler (HPA)...