项目作者: reisbel

项目描述 :
Deploy a FTP server with Google Kubernetes Engine (GKE) using mounted nfs volumes backed by Google Compute Engine persistent disks
高级语言:
项目地址: git://github.com/reisbel/gke-ftp-on-nfs-volume.git
创建时间: 2019-08-15T21:33:11Z
项目社区:https://github.com/reisbel/gke-ftp-on-nfs-volume

开源协议:MIT License

下载


gke-ftp-on-nfs-volume

Deploy a FTP server with Google Kubernetes Engine (GKE) using mounted nfs volumes backed by Google Compute Engine persistent disks.

Requirements

Follow these instructions to deploy the NFS server
https://github.com/reisbel/gke-nfs-persistence-volume

Steps

Clone repository

  1. git clone https://github.com/reisbel/gke-ftp-on-nfs-volume.git && cd gke-ftp-on-nfs-volume

Create FTP deployment

  1. kubectl apply -f config/ftp-deployment.yaml

Create FTP service

  1. kubectl apply -f config/ftp-service.yaml

License

MIT - See LICENSE for more information.