Persistent Volume - CI/CD Glossary Definition
A persistent volume (PV) is a piece of cluster storage provisioned independently of pods; a pod claims it via a PersistentVolumeClaim so data outlives the pod that uses it.
Related guides
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…