Cluster Autoscaler - CI/CD用語集の定義
cluster autoscalerは、リソース不足でpodがスケジュール不可になったときにノードを追加してクラスタを拡大し、使用率の低いノードをドレインして削除することで縮小します。
関連ガイド
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…