3

Which shared storage solutions are common for Kubernetes cluster to implement shared storage persistence for containers? NFS on NAS / iSCSI somehow? How do you backup the data on a Kubernetes with this type of storage?

jwalker
  • 98
  • 7

2 Answers2

5

It’s the same storage you use as a backend for your running virtual machines, say NFSv3/v4, iSCSI and FC. Concepts behind are very similar.

You might want to read the Docker/Kubernetes backup overview here:

https://www.networkworld.com/article/3514560/how-to-back-up-kubernetes-and-docker.amp.html

It won’t be acceptable by ServerFault to recommend any particular product as its opinion-based answer, obviously.

BaronSamedi1958
  • 12,510
  • 1
  • 20
  • 46
  • 1
    So iSCSI is less recommended? Kubernetes documentation says no simultaneous writers allowed. Which type of storage is commonly used? – jwalker Apr 25 '20 at 12:32
-1

It depends upon you environment (public cloud Vs. on premises).

https://kubernetes.io/docs/concepts/storage/

NISMO1968
  • 768
  • 1
  • 5
  • 14
V TEAM
  • 1
  • 2