Kubernetes persistent volume claims: These are requested by pods in a cluster, from a storage pool that is pre-defined (or else, dynamically allocated).
I'm trying to setup a volume to use with Mongo on k8s. I use kubectl create -f pv.yaml …
kubernetes kubernetes-pvcWhat is wrong with below. # config for es data node apiVersion: v1 kind: ConfigMap metadata: namespace: infra name: elasticsearch-data-config labels: …
kubernetes kubernetes-pod kubernetes-pvcIs it possible to reference a PVC (in namespace-A) from namespace-B. Why I need that? I would like to allow …
kubernetes kubernetes-pvcIs it required to create the directory manually in nodes or will it be auto created by pv? Here is …
kubernetes persistent-volumes kubernetes-pvcFor example, I have 50 Gib PV/PVC and grant to one Pod, I just want to check usage of the …
kubernetes kubernetes-pvcWe don't want to delete PV and PVC as pods reuse them most of the times. However, in the long …
kubernetes kubernetes-pvcI 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-pvcI want to persistent data file via pvc with glusterfs in kubernetes, I mount the diretory and it'll work, but …
kubernetes kubernetes-pvcI am trying to provision PV with RBD using https://github.com/kubernetes/kubernetes/tree/release-1.7/examples/persistent-volume-provisioning/rbd But …
kubernetes kubernetes-pvc