1
0
mirror of https://github.com/cnrancher/kube-explorer.git synced 2025-05-08 07:56:27 +00:00

Update README

This commit is contained in:
niusmallnan 2021-05-06 17:30:12 +08:00
parent 9ce49f47d4
commit 801ddc8307
2 changed files with 17 additions and 1 deletions
README.md
scripts/tools

View File

@ -1 +1,17 @@
# kube-explorer
# kube-explorer
kube-explorer is portable explorer for Kubernetes, without any dependency.
It integrates the Rancher steve framework and its dashboard, and is recompiled, packaged, compressed, and provides an almost completely stateless Kubernetes resource manager.
## Usage ✅
Please download the binary from the [release page](https://github.com/niusmallnan/kube-explorer/releases).
To run an HTTP only server:
```
./kube-explorer --kubeconfig=xxxx --http-listen-port=9898 --https-listen-port=0
```
Then, open the browser to visit http://x.x.x.x:9898 .

0
scripts/tools/publish.sh Normal file → Executable file
View File