kubernetes-ftp
kubernetes-ftp copied to clipboard
How to connect to this server ?
How to connect to this server by FTP Software such like FileZilla? I build it successful but I don know how to use it
$ kubectl get svc
- see the cluserip, the default port you set may be 21
Then, connect to your ftp server
$ ftp ip 21 (21: ftp server port)
In ftp server, enter your Name and Password set in ftp-deployment.yaml
@smallhand cluster IP is internal right? Shouldn't we expose it using a TCP load balancer?