mirror of
https://github.com/cnrancher/kube-explorer.git
synced 2025-09-24 21:07:52 +00:00
a90dd6cafce47c435def4d953cc7abe276785ab8
kube-explorer
kube-explorer is a 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 .
Build ✅
To debug on an AMD64 Linux host:
make
To build all cross-platform binaries:
CROSS=1 make
Description
Languages
Go
76.7%
Shell
12.6%
Smarty
9.2%
Makefile
0.8%
Dockerfile
0.7%