Quick Fix: Sharing Persistent Disks on Multiple Nodes in Kubernetes Using NFS

John O'Connor
The Startup
Published in
10 min readOct 21, 2020

--

Photo by Moritz Kindler on Unsplash

In this quick fix, I’ll show you how to use a single-write, multi-read persistent block storage(ie: Google Persistent Disk or Amazon Elastic Block Store Volume) to store data on multiple nodes in a Kubernetes cluster using NFS.

Introduction

--

--