I want to copy files from remote kubernetes pod(source) to unix machine(target). Source & Target can be two different clusters. Earlier, openshift pods were used, so i have used rsync to copy files.
What would be the right replacement for rsync? Found kubectl is the right one. Is that can be used from two different clusters?
Thanks