Skip to main content

Questions tagged [kubernetes-volume]

Kubernetes volumes provide persistent storage to pods running in a Kubernetes cluster.

0 votes
0 answers
6 views

My NiFiKop (Konpyutaika) Helm chart release version is v1.14.2-release. My NiFi version is 2.6. My nificluster apiVersion is nifi.konpyutaika.com/v1. I looked at the Python developer guide at: https://...
labubu's user avatar
  • 1
2 votes
1 answer
461 views

I'm baffled by an issue that just started on my multi-node kubernetes cluster (I run it with microk8s): Error: failed to prepare subPath for volumeMount "scripts" of container "...
JPFrancoia's user avatar
0 votes
0 answers
51 views

I'm using k3d for local development. I have 3 agent nodes, each with their own specific locally mounted folders for specialized tasks. I'm deploying gitea to agent-0 as a local repo mirror, which has ...
Software Engineer's user avatar
0 votes
0 answers
29 views

I’m observing unexpected behavior when using subPath in a Kubernetes Pod’s volume mount. Pod Definition: apiVersion: v1 kind: Pod metadata: name: my-pod spec: containers: - name: main-container ...
Sathwik Matsa's user avatar
0 votes
0 answers
92 views

I've installed Longhorn on my Kubernetes cluster and configured specific settings, such as the default data path, over-provisioning (50% of the available space, with each node having 200GB, so 100GB ...
Diogo Barros's user avatar
0 votes
2 answers
247 views

I'm trying to Use an Image Volume With a Pod, but having no luck. Wondering if someone has ever gotten it working? My Setup: bash-3.2$ minikube version minikube version: v1.34.0 commit: ...
Abhishek Goel's user avatar
1 vote
0 answers
39 views

I am using volumeMountGroup := req.GetVolumeCapability().GetMount().GetVolumeMountGroup() klog.V(2).Infof("-NodePublishVolume-: volumeMountGroup: %v",volumeMountGroup) in my CSI ...
ambikanair's user avatar
0 votes
1 answer
84 views

In Kubernetes, there are various types of PVs, and local PV is mentioned as the most performant type among those. refs) https://kubernetes.io/docs/concepts/storage/persistent-volumes/#types-of-...
Shunsuke's user avatar
0 votes
2 answers
1k views

Minimum reproducible example: # mongo-storage.yaml --- apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: slow provisioner: kubernetes.io/gce-pd parameters: type: pd-standard --- ...
zleyyij's user avatar
0 votes
1 answer
1k views

I'm setting up a self-managed Kubernetes cluster where I'm limited by the number of choices for the backend storage for Pods. I should use a remote storage, so that multiple Pods can read/write at the ...
Javad's user avatar
  • 1
2 votes
0 answers
665 views

I'm trying to figure out how to launch a web application in a Kubernetes cluster on AWS. Right now I'm not certain about a database. I can see that one can use raw block volumes, which are supposedly ...
x-yuri's user avatar
  • 143
4 votes
1 answer
9k views

I have a simple Django application and on a regular EC2 instance nginx is a reverse proxy serving static files and proxying requests to gunicorn/wsgi backend app. Should I have a separate deployment ...
Most Wanted's user avatar
0 votes
1 answer
129 views

I was wondering how I could dynamically create and then mount new volumes from inside a pod ? At runtime ! I have to download a lot of files with very different sizes and would like the storage to ...
Doctor's user avatar
  • 111
5 votes
1 answer
823 views

I'm running a build in Jenkins which is running inside Kubernetes. When the job starts, a container starts in the cluster and the build runs inside it. A step in the build requires building an RPM ...
Itai Ganot's user avatar
4 votes
2 answers
2k views

Is there a command or script that one can use to see or list enabled/available volume provisioners in a Kubernetes cluster? We have an on-premise cluster and I came to know the hard way that 'local' ...
cnu's user avatar
  • 194

15 30 50 per page