Quantcast
Viewing all articles
Browse latest Browse all 27

Implementing Horizontal Pod Autoscaling in Kubernetes [Tutorial]

When we use Kubernetes deployments to deploy our pod workloads, it is simple to scale the number of replicas used by our applications up and down using the kubectl scale command. However, if we want our applications to automatically respond to changes in their workloads and scale to meet demand, then Kubernetes provides us with […]

The post Implementing Horizontal Pod Autoscaling in Kubernetes [Tutorial] appeared first on Packt Hub.


Viewing all articles
Browse latest Browse all 27

Trending Articles