Category: Kubernetes

The Kubernetes Cluster Autoscaler (or Node Autoscaler) is great. When it’s enabled and there are Pending pods in the cluster it’ll ask for new nodes. The Cluster Autoscaler is part of Kubernetes and provides a suggestion of a specific node setup.

Related Articles