kubernetes container file browser. Is a simple web application that allows you to browse and edit files in a kubernetes container.
RUN_MODE: run mode, options: dev, prodHTTP_ADDR: listen address, default: 0.0.0.0HTTP_PORT: listen port, default: 8080IP_WHITE_LIST: access ip white list, default: * (all).KUBECONFIG: k8s config file path, default: $HOME/.kube/configdocker 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
kubectl apply -f deploy/kubefilebrowser.yaml




Content type
Image
Digest
sha256:04f59ee9c…
Size
82.5 MB
Last updated
over 3 years ago
docker pull xmapst/kubefilebrowser