All Projects → kubesphere → Console

kubesphere / Console

Licence: agpl-3.0
KubeSphere Console is the web-based UI for KubeSphere clusters.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Console

Tiledesk Dashboard
The Tiledesk dashboard. Tiledesk is an Open Source Live Chat platform written in NodeJs, firebase and Angular.
Stars: ✭ 53 (-80.37%)
Mutual labels:  console, dashboard
Kubebox
⎈❏ Terminal and Web console for Kubernetes
Stars: ✭ 1,855 (+587.04%)
Mutual labels:  console, dashboard
Lumberjackconsole
On-device CocoaLumberjack console with support for search, adjust levels, copying and more.
Stars: ✭ 205 (-24.07%)
Mutual labels:  console, dashboard
output container
Automatic output function for STL containers
Stars: ✭ 32 (-88.15%)
Mutual labels:  container
Quasar Admin Crm
Quasar CRM Admin | VueJS Admin | Featuring 3 different dashboards | Give it a star if you find it useful.
Stars: ✭ 254 (-5.93%)
Mutual labels:  dashboard
Otter
A relatively automatic CRUD backend administration panel for Laravel
Stars: ✭ 261 (-3.33%)
Mutual labels:  dashboard
Plf colony
An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements regardless of insertions/erasures. Provides higher-performance than std:: library containers for high-modification scenarios with unordered data.
Stars: ✭ 267 (-1.11%)
Mutual labels:  container
conso
💢 PHP console applications for cool kids 💢
Stars: ✭ 40 (-85.19%)
Mutual labels:  console
Github cli
GitHub on your command line. Use your terminal, not the browser.
Stars: ✭ 263 (-2.59%)
Mutual labels:  console
Home
Project Glimpse: Node Edition - Spend less time debugging and more time developing.
Stars: ✭ 260 (-3.7%)
Mutual labels:  console
Ccodashboard
Welcome to the Continuous Cloud Optimization Power BI Dashboard GitHub Project. In this repository you will find all the guidance and files needed to deploy the Dashboard in your environment to take benefit of a single pane of glass to get insights about your Azure resources and services.
Stars: ✭ 256 (-5.19%)
Mutual labels:  dashboard
Multipass
Multipass orchestrates virtual Ubuntu instances
Stars: ✭ 3,978 (+1373.33%)
Mutual labels:  container
Postgui
A React web application to query and share any PostgreSQL database.
Stars: ✭ 260 (-3.7%)
Mutual labels:  dashboard
Libfort
C/C++ library to create formatted ASCII tables for console applications
Stars: ✭ 255 (-5.56%)
Mutual labels:  console
Fuxa
Web-based Process Visualization (SCADA/HMI/Dashboard) software
Stars: ✭ 262 (-2.96%)
Mutual labels:  dashboard
container
Custom containers for various usecases
Stars: ✭ 12 (-95.56%)
Mutual labels:  container
Dockly
Immersive terminal interface for managing docker containers and services
Stars: ✭ 3,034 (+1023.7%)
Mutual labels:  console
Log
Console.log with style.
Stars: ✭ 2,766 (+924.44%)
Mutual labels:  console
Electron Webpack Dashboard
Electron Desktop GUI for Webpack Dashboard
Stars: ✭ 2,748 (+917.78%)
Mutual labels:  dashboard
Vvv Dashboard
Dashboard for Varying Vagrant Vagrants https://github.com/Varying-Vagrant-Vagrants/VVV
Stars: ✭ 261 (-3.33%)
Mutual labels:  dashboard

KubeSphere Console

License: AGPL v3

KubeSphere Console is the web-based UI for KubeSphere clusters.

KubeSphere Console

Getting Started

A KubeSphere cluster is required before getting started.

Read Installation guide to install a cluster.

Read the guide to start using KubeSphere.

Features Map:

Features Map

Developer Guide

Preparation

Make sure the following software is installed and added to the $PATH variable:

Install yarn with npm:

npm install -g yarn

Fork the repository, then clone your repository and install the dependencies:

yarn

Note: If you are in China Mainland, execute the following command before running the command above for faster installation.

yarn config set registry https://registry.npm.taobao.org

Alternatively you can start development using docker. See Development with Docker.

Access the backend services of KubeSphere

Follow the guide to configure the backend services.

Start KubeSphere Console for development

yarn start

Now, you can access http://localhost:8000 to view the console using the default account admin / [email protected]

Run tests

yarn test

Build KubeSphere Console for production

The project can be built for production by using the following task:

yarn build

To build and serve from dist, using the following task:

yarn serve

To build KubeSphere console to an image, run the following task after yarn build:

docker build -t ks-console .

Test KubeSphere console image by run:

./docker-run

Development Workflow

Follow Development Workflow to commit your codes.

Support, Discussion, and Community

If you need any help with KubeSphere, please join us at Slack Channel.

Please submit any KubeSphere Console bugs, issues, and feature requests to KubeSphere Console GitHub Issue.

Contributing to the project

Welcome to contribute to KubeSphere Console, see Contributing Guide.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].