IKM dashboard is a general purpose, web-based UI for IKM. It allows IT administrator to deploy and manage Kubernetes in the IKM.
To build and setup IKM dashboard:
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# run unit tests
npm run unit