Deploy a FTP server with Google Kubernetes Engine (GKE) using mounted nfs volumes backed by Google Compute Engine persistent disks.
Follow these instructions to deploy the NFS server https://github.com/reisbel/gke-nfs-persistence-volume
Clone repository
git clone https://github.com/reisbel/gke-ftp-on-nfs-volume.git && cd gke-ftp-on-nfs-volume
Create FTP deployment
kubectl apply -f config/ftp-deployment.yaml
Create FTP service
kubectl apply -f config/ftp-service.yaml
MIT - See LICENSE for more information.