Blogs.

Horizontal Pod Autoscaling in Kubernetes based on External Metrics, using Prometheus Adapter

Kubernetes is inherently scalable, and can auto-scale systems based on monitoring various metrics like network throughput, resource utilisation, CPU/memory usage etc. which are internal to the cluster. But what about external metrics? We showcase how to horizontally auto-scale pods in k8s based on metrics both internal and external to the cluster.
Continue reading »Horizontal Pod Autoscaling in Kubernetes based on External Metrics, using Prometheus Adapter