GitXplorerGitXplorer
w

compass

public
3 stars
28 forks
0 issues

Commits

List of commits on branch master.
Unverified
dec45aab7e9efd141455805457998def5a049cf2

fix some nits for item store

wwithlin committed 4 years ago
Unverified
2a706548e1dc441d0ef8d2fabb9536f5186e88d5

Fix item sort problem

wwithlin committed 4 years ago
Unverified
2a685461400be7c4a31d8052e96afc0911746812

support app store

wwithlin committed 4 years ago
Verified
4f8b8064403cfa628e3e5cfdb9dfa67230cbd68b

optimize form style and add tag/status filter(#68)

wwithlin committed 4 years ago
Unverified
8ca8197291a1e7bab257781b0969405456317586

optimize form style and add tag/status filter

committed 4 years ago
Verified
600775736cd805809e3108b6e0541eb51a3a0c01

Merge pull request #67 from panchangcheng/master

wwithlin committed 4 years ago

README

The README file for this repository.

compass |中文

compass License

Why Compass

The compass is to specify the direction for kubeneters so that they don’t lose their way in the ocean of containers.

image

image

image

image

image

image

Feature

  • Support multi-tenant management and authority management
  • Support CICD base tektoncd
  • Support multi zone deployment, in-place upgrade application, blue-green release, canary release, group release, etc.
  • Support webshell to enter the container and also has Debug Pod.
  • Supports monitoring of various indicators of clusters, nodes, and applications
  • Support the division of networks, qos, and subnets for tenants.
  • Support ovn management

Install

kubectl apply -f https://raw.githubusercontent.com/yametech/compass/master/kubernetes/release.yml

//find compass svc
kubectl  get svc  -n kube-system

//user/password
admin/admin

Dev

Require

Nodejs >= 14.x

yarn install && yarn dev

Build Image

make

Thanks

lens