This tag is for Kubernetes persistent volume related questions.
I'm new to Kubernetes and I'm trying to add a PVC in my StatefulSet on Minikube. PV and PVC are …
kubernetes minikube persistent-volumes persistent-volume-claimsI've created the persistent volume (EBS 10G) and corresponding persistent volume claim first. But when I try to deploy the …
postgresql docker kubernetes persistent-volumes aws-ebsi'm trying to test the local persistent volume in kubernetes v1.9.2. from what i gather (and i may be wrong!) …
kubernetes local alpha persistent-volumesI want to setup a PVC on AWS, where I need ReadWriteMany as access mode. Unfortunately, EBS only supports ReadWriteOnce. …
kubernetes persistent-volumes aws-ebsaccording to the official docs https://kubernetes.io/docs/tasks/administer-cluster/change-pv-reclaim-policy/ with the “Retain” policy a PV can be …
kubernetes persistent-volumesI'm extremely new to Kubernetes (besides it's not my field) but I got required to be able to execute this …
docker file-upload kubernetes google-kubernetes-engine persistent-volumesAs per this official document, Kubernetes Persistent Volumes support three types of access modes. ReadOnlyMany ReadWriteOnce ReadWriteMany The given definitions …
kubernetes persistent-volumesI have deleted my elasticsearch cluster, but now after I've deployed a new cluster I need to access the old …
kubernetes persistent-volumes persistent-volume-claimsI want to monitor disk usages of persistent volumes in the cluster. I am using CoreOS Kube Prometheus. A dashboard …
kubernetes prometheus metrics persistent-volumes kubernetes-pvcI am facing issues with Dynamic Storage provisioner. I have created storage class (edited) kubectl get sc NAME PROVISIONER AGE …
kubernetes storage-class-specifier persistent-volumes kubernetes-pvc