/ui

Kubevious frontend

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Kubevious Frontend

Kubevious brings clarity and safety to Kubernetes. Kubevious renders all configurations relevant to the application in one place. That saves a lot of time from operators, enforcing best practices, eliminating the need for looking up settings and digging within selectors and labels.

Frontend is only one of the components required by Kubevious. Learn more about Kubevious architecture here. Kubevious High-Level Architecture

Local Setup and Development

# Install NPM dependencies
$ npm install

# Run Kubevious Frontend
$ ./run-dev.sh

Application will be available at http://localhost:4000

Make sure to also run the Backend and Parser components.