Yametech Compass Save Abandoned

Kubernetes Dashboard

Project README

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

# label master node
for node in $(kubectl get node -l node-role.kubernetes.io/master |awk '{print $1}'); do kubectl label nodes $node yamecloud.kubernetes.io/node=master --overwrite; done

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

//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

Open Source Agenda is not affiliated with "Yametech Compass" Project. README Source: yametech/compass
Stars
71
Open Issues
9
Last Commit
2 years ago

Open Source Agenda Badge

Open Source Agenda Rating