Persistent Volume - CI/CD用語集の定義
persistent volume は、そのライフサイクルがどの pod からも独立したクラスタストレージで、pod が PersistentVolumeClaim を通じて要求します。pod の再起動を越えて存続し、これが stateful なワークロードを可能にします。
CIでは
persistent volume は runner pod 間で共有される build または依存関係の cache を保持できますが、ephemeral-runner の構成では、各 job をクリーンに保つために registry ベースの cache を好むのが一般的です。
関連ガイド
CSI (Container Storage Interface) - CI/CD Glossary DefinitionCSI (Container Storage Interface): CSI is the Container Storage Interface, a standard that lets storage vendo…
StatefulSet - CI/CD Glossary DefinitionStatefulSet: A StatefulSet manages pods with stable identities and ordered, graceful deployment and scaling,…
Namespace Quota - CI/CD Glossary DefinitionNamespace Quota: A namespace quota (ResourceQuota) caps the aggregate resources a namespace may consume: tota…