8000 GitHub - feranwq/kubefilebrowser: kubernetes container file browser. Is a simple web application that allows you to browse and edit files in a kubernetes container.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kubernetes container file browser. Is a simple web application that allows you to browse and edit files in a kubernetes container.

License

Notifications You must be signed in to change notification settings

feranwq/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

About

kubernetes container file browser. Is a simple web application that allows you to browse and edit files in a kubernetes container.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 54.8%
  • Vue 29.3%
  • JavaScript 9.3%
  • SCSS 3.8%
  • Shell 1.8%
  • Dockerfile 0.5%
  • HTML 0.5%
0