Spot Node - CI/CD用語集の定義
spot nodeは割引されるが中断可能なクラウドの容量で、プロバイダーがいつでも回収できます。
spot nodeは、プロバイダーが短い予告で回収できる安価で中断可能なクラウドインスタンスで、CIのbuildのような耐障害性のある再試行可能なワークロードに適しています。
spot nodeはCIのcompute費用を大きく削減しますが、jobは突然の終了に耐える必要があります。自動retriesと組み合わせることで、buildを信頼でき安価に保てます。
回収への対処
プロバイダーはspot nodeを回収する前に短い終了通知を送ります。再試行可能なjobとgraceful terminationにより、ワークロードは中断を乗り切れます。
関連ガイド
Node Drain - CI/CD Glossary DefinitionNode Drain: A node drain safely evicts all pods from a node so it can be updated or removed, respecting pod d…
Graceful Termination - CI/CD Glossary DefinitionGraceful Termination: Graceful termination is the shutdown sequence that gives a pod time to finish in-flight…
Cluster Autoscaler - CI/CD Glossary DefinitionCluster Autoscaler: A cluster autoscaler adds nodes when pods cannot be scheduled for lack of capacity and re…