Skip to content

Commit

Permalink
write README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
majian159 committed Sep 3, 2021
1 parent 8ad3164 commit 3a415f5
Show file tree
Hide file tree
Showing 14 changed files with 70 additions and 1 deletion.
71 changes: 70 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,70 @@
# kubelemon
# KubeLemon

# Getting Started

## Prerequisites

- [KubeVela](https://kubevela.io/docs/install)

## Quickstart

1. Start apiserver:
```sh
make run-apiserver
```
2. Start dashboard:
```sh
make run-dashboard
```
- The api swagger will be served at http://localhost:8080/swagger/
- The dashboard will be served at http://localhost:8000

# To-do

- Namespaces support
- More Component/Trait forms
- Provide Trait/Component forms as plugins
- Metric chart
- More...

# Screenshot

## Application

### Application List

![](doc/images/applications.png)

### Application Create

![](doc/images/applications_create.png)

### Application Edit

![](doc/images/applications_edit.png)

![](doc/images/applications_edit_component_1.png)

![](doc/images/applications_edit_component_2.png)

![](doc/images/applications_edit_component_3.png)

![](doc/images/applications_edit_component_4.png)

![](doc/images/applications_edit_component_5.png)

## Clusters

### Cluster List

![](doc/images/clusters.png)

![](doc/images/clusters_create.png)

![](doc/images/clusters_edit.png)

![](doc/images/clusters_delete.png)

## OpenAPI

![](doc/images/openapi.png)
Binary file added doc/images/applications.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/applications_create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/applications_edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/applications_edit_component_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/applications_edit_component_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/applications_edit_component_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/applications_edit_component_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/applications_edit_component_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/clusters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/clusters_create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/clusters_delete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/clusters_edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/openapi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3a415f5

Please sign in to comment.