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:
parent
9ce49f47d4
commit
801ddc8307
18
README.md
18
README.md
@ -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
0
scripts/tools/publish.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user