Skip to content

Latest commit

 

History

History
executable file
·
48 lines (32 loc) · 1.92 KB

README.md

File metadata and controls

executable file
·
48 lines (32 loc) · 1.92 KB

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