You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Let's try to apply the theoretical concepts on a Kubernetes cluster. In this guide we will use one of the most popular volume types in Kubernetes, namely Network File System (NFS). It's a distributed file system protocol, allowing a user on a client computer to access files over a computer network much like local storage is accessed. Of course, this networking protocol must already exist, as Kubernetes doesn't run NFS, the pods just access it. The practical test will embrace both static provisioning and dynamic provisioning.

Static provisioning


Dynamic provisioning

  • No labels