NFS Server

NFS-based storage is recommended for providing persistent storage volumes to Kubernetes Clusters and backing up data of sandbox/pilot environments.

Installation

Prerequisites

  • Use this Storage size estimator to decide storage requirements

  • One Virtual machine running on the same network as the rest of the nodes, and is accessible by them. For recommended configuration of the VM refer to Hardware Requirements

Install

  • Download/copy this install script from https://github.com/OpenG2P/openg2p-deployment/blob/main/nfs-server/install-nfs-server.sh into the NFS server machine.

  • (Optional) Edit the script to change the local path for NFS storage, under the variable nfsStorage.Make a note of this path as it will be required during the installation of the NFS client provisioner.

  • Run the script with root privileges.

    ./install-nfs-server.sh
  • Give any name for the "environment" when asked. If NFS is specific to an environment you may specify that name.

  • Make sure to edit the firewall rules of this VM to enable incoming traffic to the NFS server port tcp 2049 and disable incoming traffic on all other ports (excluding SSH)

Last updated

Logo

Copyright © 2024 OpenG2P. This work is licensed under Creative Commons Attribution International LicenseCC-BY-4.0 unless otherwise noted.