/fileserver-demo

Primary LanguageGoGNU Affero General Public License v3.0AGPL-3.0

fileserver-demo

curl -X POST -F file=@/opt/homebrew/bin/kubectl http://localhost:8100/files/a/b

kubectl-curl

# browse
kubectl curl -k https://scanner-0:8443/files/ -n kubeops

# download
kubectl curl -k https://scanner-0:8443/files/a/b/kubectl -n kubeops > kubectl

# upload
kubectl curl -k -X POST -F file=@/opt/homebrew/bin/kubectl  https://scanner-0:8443/files/a/b -n kubeops