Init Container - CI/CD用語集の定義
init containerはpodのメインコンテナが始まる前に実行されて完了し、migration、設定の取得、依存関係の準備待ちといったセットアップを処理します。
関連ガイド
Sidecar - CI/CD Glossary DefinitionA sidecar is a helper container running alongside the main one in a pod, sharing its lifecycle to add capabil…
Readiness Probe - CI/CD Glossary DefinitionA readiness probe tells Kubernetes when a pod is ready to receive traffic. Until it passes, the pod stays out…
StatefulSet - CI/CD Glossary DefinitionA StatefulSet manages pods that need stable identities and persistent storage, like databases - each gets a f…