kubernetes-ftp icon indicating copy to clipboard operation
kubernetes-ftp copied to clipboard

How to connect to this server ?

Open q10242 opened this issue 6 years ago • 2 comments

How to connect to this server by FTP Software such like FileZilla? I build it successful but I don know how to use it

q10242 avatar May 11 '18 09:05 q10242

$ 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 avatar Nov 26 '18 08:11 smallhand

@smallhand cluster IP is internal right? Shouldn't we expose it using a TCP load balancer?

gijo-varghese avatar Aug 14 '19 06:08 gijo-varghese