Skip to content

kubernetes container filebrowser and webshell

License

Notifications You must be signed in to change notification settings

xmapst/kubefilebrowser

Repository files navigation

kubefileborwser

FOSSA Status

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

Index.html

kubefilebrowser_index_html

file_browser

kubefilebrowser

terminal

terminal

Swagger

kubefilebrowser swagger image

Reference documents

License

FOSSA Status