Kubernetes volumes provide a way for containers in a pod to access and share data via the filesystem. There are different kinds of volume that you can use for different purposes, such as:
populating a configuration file based on a ConfigMap or a Secret providing some temporary scratch space for a p…