Deploy Network File System (NFS) Server
Steps to deploy NFS server on Rancher
Overview
This page provides a detailed guide for deploying an NFS (Network File System) server on Rancher. Follow the steps below to set up and configure the NFS server, and ensure it integrates smoothly with your Rancher environment.
Pre-requisites
Before starting with the deployment and configuration of the NFS (Network File System) server on Rancher, ensure the following prerequisites are met:
Rancher Cluster: Ensure you have an operational Rancher User Management cluster specified here.
Access to a Server: A server (EC2 instance or similar) that will host the NFS server, with root or sudo privileges.
Network Configuration: Ensure the server and the Rancher cluster can communicate over the network. Specifically, ensure the NFS server security group allows traffic on TCP port 2049.
Disk for NFS Share: A dedicated disk available on the server for use as the NFS share.
Installed CLI Tools: Ensure the following CLI tools are installed and accessible:
yum(or another package manager if using a different OS)
Service Account: Ensure the
nfs-client-provisionerservice account is created in your Rancher cluster.NFS Utilities: Ensure NFS utilities can be installed on the server.
NFS Common: Ensure the NFS Common Library is installed on the worker nodes of Rancher.
Ensure that all these prerequisites are met before proceeding with the deployment steps.
Steps
The steps below provide a comprehensive guide for deploying and configuring an NFS server on Rancher, ensuring proper integration for seamless operation.
Last updated
Was this helpful?