© 2026 Hashnode
Running Kubernetes does not always require managed cloud platforms such as Amazon Web Services, Google Cloud Platform, or Microsoft Azure. For small-to-medium production workloads, a carefully designed K3s deployment on commodity VPS infrastructure c...

Before jumping into the concept of NFS Volumes, let me briefly explain the different types of volumes available in Kubernetes: Here’s a concise version of the different types of Kubernetes volumes and their use cases: Temporary Storage: emptyDir Us...

Setup NFS server-client in Centos 7. #linux#nfs#centos#filesharing What is NFS ? In modern networks, efficiently sharing files between systems is crucial. NFS (Network File System) provides a seamless solution, enabling Linux and Unix-based systems ...

Network File System (NFS) allows a system to share directories and files with others over a network. With NFS, users and programs can access files on remote systems as if they were on the local hard disk. This is useful for sharing resources such as ...
