Super light wight Kubernetes APIserver proxy. Since nodejs frontend service has server-side issue, inspired by tekton dashboard, we create a proxy service to wrap HTTP calls to APIserver. In the meantime, builtin authn/authz mechanisms are keep, and provide extension interface with external auth systems.
Most codebase are from official kubernetes repository.
git clone https://github.com/fengxsong/vmdashboard
cd vmdashboard
make tidy# Binary
make bin
# docker image
make docker-buildmake bin
# print flags
./build/_output/bin/vmdashboard --helpIssues and contributions are welcome!