Yuxing Deng cd955243b6 dep(kube-explorer): Bump steve
Rebase to rancher v2.8.0 baseline
Upgrade ke-steve to ke/v0.4
Upgrade DASHBOARD UI version to v2.8.0
2024-01-05 15:00:39 +08:00
2022-02-07 14:35:15 +08:00
2024-01-05 15:00:39 +08:00
2023-11-13 16:29:48 +08:00
2021-04-17 11:44:46 +08:00
2022-02-08 17:59:10 +08:00

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 dev

# $basedir=/opt/ui/dist/
# prepare the file trees like this
# $basedir/dashboard/
# $basedir/index.html

# good to go!
./kube-explorer --debug  --ui-path /opt/ui/dist/ --http-listen-port=9898 --https-listen-port=0

To build all cross-platform binaries:

CROSS=1 make
Description
A portable explorer for Kubernetes, without any dependency.
Readme Apache-2.0 1.5 MiB
Languages
Go 76.7%
Shell 12.6%
Smarty 9.2%
Makefile 0.8%
Dockerfile 0.7%