/kubeterm

Aims to improve QOL for kubernetes operators

Primary LanguageVueGNU General Public License v3.0GPL-3.0

Kubeterm

Build Status Build status GitHub issues GitHub license

This tool is meant for kubernetes operators, to improve their QOL.

This is very much ALPHA WIP, but what isn't these days...

Build Setup

# install dependencies
yarn install

# serve with hot reload at localhost:9080
yarn run dev

# build electron application for production
yarn run build

# run unit & end-to-end tests
yarn test


# lint all JS/Vue component files in `src/`
yarn run lint

Made with ☕️ and ❤️.