Cluster Autoscaler - CI/CD Glossary Definition
The cluster autoscaler grows a cluster by adding nodes when pods are unschedulable due to insufficient resources, and shrinks it by draining and removing nodes that are underutilized.
Related guides
Node Pool - CI/CD Glossary DefinitionA node pool is a group of cluster nodes that share a machine type and config, letting you run CI builds on a…
Pod - CI/CD Glossary DefinitionA pod is the smallest deployable unit in Kubernetes: one or more containers sharing a network namespace and s…
Ephemeral Environment - CI/CD Glossary DefinitionAn ephemeral environment is a full, short-lived stack spun up per branch or PR for testing and demos, then to…