© 2026 Hashnode
One of the must painful confusions of Longhorn is communication with NFS server.Longhorn needs NFS server to able creating volumes with RWX (ReadWriteMany) access mode. Since this problem is rare and Devops operators who currently work with Longhorn ...

Introduction to Amazon EFS Amazon Elastic File System (EFS) is a fully managed cloud file storage service that allows multiple EC2 instances to access and share data simultaneously using the NFS protocol. It automatically scales based on storage need...

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 ...

In this blog post, we’ll delve into autofs, a dynamic filesystem mounting service in Red Hat Linux. This service automates the mounting and unmounting of file systems on demand, optimizing system performance and simplifying administration. What is au...

As an Infrastructure engineer, I’ve had my fair share of experiences with containerized environments and the challenges of managing data persistence. One of the most significant problems I’ve faced is ensuring that data generated by Docker containers...
