System to browse, upload or download files for pods or containers in kubernetes.
- Create your cluster with your
kubeconfig
- Browse, upload or download file(s)
Docker is installed in your system.
bash build.shbash pack.shdocker run --name kubernetes-filesystem -d \
-v /usr/local/bin/kubectl:/usr/local/bin/kubectl \ # mount kubectl into container
-v /root/k8s-config/:/root/k8s-config/ \ # optional, config persistence
-p 80:80 \
kubernetes-filesystem:1.0.0or
bash run.shgit clone https://github.com/ErikXu/kubernetes-filesystem.git
cd kubernetes-filesystem/src/WebApi
dotnet restore
dotnet run
