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-build
make bin
# print flags
./build/_output/bin/vmdashboard --help
Issues and contributions are welcome!