Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 1.79 KB

README.rst

File metadata and controls

61 lines (43 loc) · 1.79 KB

KQueen UI - UI for Kubernetes cluster manager

https://travis-ci.org/Mirantis/kqueen-ui.svg?branch=master https://coveralls.io/repos/github/Mirantis/kqueen-ui/badge.svg?branch=master https://readthedocs.org/projects/kqueen-ui/badge/?version=latest

Overview

UI project for Mirantis KQueen, more informations in KQueen repository here.

Development

  • Bootstrap kqueen-ui environment. You need running KQueen backend app to connect to, to run it, please refer to KQueen project documentation.
virtualenv -p /usr/bin/python3 kqueen-ui
source ./kqueen-ui/bin/activate
pip3 install -e ".[dev]"
pip3 install --editable .
sudo npm install
sudo npm install -g gulp
sudo gulp build
# optionally start mail server container
docker-compose -f docker-compose.mail.yml up -d
python -m kqueen_ui

Configuration

We load configuration from file config/dev.py by default and this can be configured by KQUEENUI_CONFIG_FILE environment variable. Any environment variable matching name KQUEENUI_* will be loaded and saved to configuration.

Documentation

For full documenation please refer to kqueen-ui.readthedocs.io.

DEMOs

Generic KQueen Overview

https://img.youtube.com/vi/PCAwCxPQc2A/0.jpg

AKS (Azure) in KQueen

https://img.youtube.com/vi/xHydnJGcs2k/0.jpg