NFS - Volume management in Docker and Kubernetes

Docker Turtle
1 min readJun 20, 2019

--

You can store files on NFS servers, with NFS volumes mounted onto each Container.

But NFS is a single-point-of-failure and can be difficult to scale.

NFS is a File system, we can directly Mount NFS Volume in Docker Container.

NFS Persistence volume is created inside a Kubernetes cluster.

NFS can be replaced by using Object Storage (Cloud AWS S3, Local Minio, Google Cloud Storage: Persistent Disk, Azure File services)

Object storage is highly available and stores objects in Multiple Regions.

--

--

No responses yet