Persistent Volume - CI/CD用語集の定義
persistent volume(PV)は、podとは独立してプロビジョニングされるクラスタストレージの一部で、podはPersistentVolumeClaimを通じてそれを要求するため、データはそれを使用するpodよりも長く存続します。
関連ガイド
CNI - CI/CD Glossary DefinitionThe CNI is the plugin standard for wiring container networking - assigning IPs and routes to pods - used by K…
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…
Remote Build Cache - CI/CD Glossary DefinitionA remote build cache shares compiled outputs across machines and CI runs over the network, so work done once…