Create and manage local persistent volumes with CodeReady Containers

2 · Red Hat · April 20, 2022, 7:24 a.m.
A persistent volume (PV) is a common way to preserve data in case a container is accidentally lost in Kubernetes or Red Hat OpenShift. This article shows you how to manage persistent volumes with the NFS Provisioner Operator that I developed. Difficulties with PVs In the early days of container-based development, each user had to ask an administrator to create a PV for that user's containers. Usually the administrator created 100 PVs in advance when the cluster was installed. The administrator a...