Automating Scaling with Kubernetes Horizontal Pod Autoscaler(HPA)
Introduction:
The Horizontal Pod Autoscaler(HPA) is a key feature in kubernetes which automatically adjust number of replicas in pod deployment, replica set or replication controller based on custom metrics defined while applying HPA. It will help us...
kubernetes-by-gaurav.hashnode.dev3 min read