How to use NFS in Kubernetes Cluster — Method 2.

Fabio Fernandes
Level Up Coding
Published in
5 min readDec 23, 2020

--

In the previous article, we talked about one of the most common methods of using an NFS Server to store data from our apps in the Kubernetes cluster.

One of the drawbacks of that method is the necessity of manually configure the folder mappings in each node before creating the Persistent Volumes. It’s tedious and sometimes more complicated to manage than it should

This article will show a second way to connect to an NFS Server, only via Persistent Volumes configuration.

General Notes

--

--

I’ve been helping companies to transform their big ideas in profitable business for more than 20 years