1
0
mirror of https://github.com/cnrancher/kube-explorer.git synced 2025-05-07 15:37:00 +00:00
A portable explorer for Kubernetes, without any dependency.
Go to file
2021-07-23 09:43:31 +08:00
deploy Bump up steve 2021-04-15 10:55:33 +08:00
package Fix image entrypoint 2021-04-17 12:07:24 +08:00
scripts bump up dashboard ui version 2021-07-23 09:43:31 +08:00
.gitignore Support dapper for build process 2021-04-17 11:44:46 +08:00
Dockerfile.dapper bump up dashboard ui version 2021-07-23 09:43:31 +08:00
LICENSE Initial commit 2021-04-13 11:30:50 +08:00
Makefile Support dapper for build process 2021-04-17 11:44:46 +08:00
README.md Update README 2021-05-06 17:33:40 +08:00

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.

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 .