kubefilebrowser
kubefilebrowser copied to clipboard
kubernetes container file browser. Is a simple web application that allows you to browse and edit files in a kubernetes container.
kubefileborwser
kubernetes container file browser. Is a simple web application that allows you to browse and edit files in a kubernetes container.
Parameters
-
RUN_MODE
: run mode, options:dev
,prod
-
HTTP_ADDR
: listen address, default:0.0.0.0
-
HTTP_PORT
: listen port, default:8080
-
IP_WHITE_LIST
: access ip white list, default:*
(all). -
KUBECONFIG
: k8s config file path, default:$HOME/.kube/config
Run In docker
docker pull xmapst/kubefilebrowser:latest
docker run -d --restart=always -p 9999:9999 -e RUN_MODE=debug -v /path/to/kubeconfig:/root/.kube/config xmapst/kubefilebrowser:latest
Deploy in kubernetes
kubectl apply -f deploy/kubefilebrowser.yaml