Tag

Network File System

1 views collected around this technical thread.

Practical DevOps Architecture
Practical DevOps Architecture
Aug 31, 2023 · Operations

Practical Guide to Setting Up NFS Network File System for Kubernetes Volumes

This article explains the fundamentals of NFS (Network File System), its role in Kubernetes volumes, and provides a step‑by‑step tutorial for installing nfs-utils, configuring /etc/exports, setting permissions, starting rpcbind and NFS services, and verifying the setup with commands.

KubernetesLinuxNFS
0 likes · 5 min read
Practical Guide to Setting Up NFS Network File System for Kubernetes Volumes
Practical DevOps Architecture
Practical DevOps Architecture
Sep 7, 2017 · Operations

Configuring NFS Server and Client on CentOS

This guide explains how to install, configure, and start NFS services on a CentOS server, define export options, and mount the shared directories on client machines using commands such as showmount, exportfs, and mount, including persistent fstab configuration.

CentOSLinuxNFS
0 likes · 7 min read
Configuring NFS Server and Client on CentOS