compass |中文
The compass is to specify the direction for kubeneters so that they don’t lose their way in the ocean of containers.
- 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
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
Nodejs >= 14.x
yarn install && yarn dev
make