Let's say I have a Kubernetes cluster with 2 nodes. A control plane, and a worker.
If I use persistent volumes in my pods, will Kubernetes store my data in both nodes, for redundancy? And is redundancy even default?
Let's say I have a Kubernetes cluster with 2 nodes. A control plane, and a worker.
If I use persistent volumes in my pods, will Kubernetes store my data in both nodes, for redundancy? And is redundancy even default?
Handling redundancy of storage is not something that's done by Kubernetes. Instead, it highly depends on the specific storage interface that you are using.
More precisely: