Giter Club home page Giter Club logo

console's Introduction

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 / P@88w0rd.

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.

console's People

Contributors

ks-ci-bot avatar harrisonliu5 avatar sherlock113 avatar justahole avatar leoendless avatar ymh1028 avatar turtlechang avatar dependabot[bot] avatar rayzhou2017 avatar liyefox avatar ydfu avatar linuxsuren avatar cw514102209 avatar xuliwenwenwen avatar shaowenchen avatar feynmanzhou avatar liuboaibc avatar zcloud-zto avatar xmsanchez avatar fukiki avatar tikwind avatar moweiwei avatar demonfizz avatar hongyue-yue avatar tinasprunt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.