Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 789 Bytes

File metadata and controls

36 lines (25 loc) · 789 Bytes

vmdashboard

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.

Develop

git clone https://github.com/fengxsong/vmdashboard
cd vmdashboard
make tidy

Build

# Binary
make bin
# docker image
make docker-build

Usage

make bin
# print flags
./build/_output/bin/vmdashboard --help

TODO

Contribution

Issues and contributions are welcome!