Storage in Kubernetes
摘要
Storage in Kubernetes is handled by something known as persistent volume and persistent volume claim. In simple words, a storage admin creates the volume, which is the representation of a physical storage that can be consumed by other users and applications; this volume is called a persistent volume.