K8s based CD & operation toolset developed by the mcyouyou dev team.
The Deployer service is responsible for deploying business containers according to specifications and maintaining metadata of business services. It also provides monitoring capabilities for business containers, including status, events, logs, and more.
The CD service offers gray-release, rollback, scaling, and migration capabilities. Additionally, it includes functions for staging environment management and version control.
Infra encompasses multiple services, such as traffic control, service discovery, image repository, cache service and storage orchestration.
Automation consists of multiple functions that handle automated operations, including HPA (Horizontal Pod Autoscaling), auto-balancing, and auto-certificate management.
Backend for unicore control,
Before installing unicore, following conditions should be met:
- working k8s cluster with the least version of 1.24;
- network solution (flannel, etc.) configured;
- kubectl configured;
- helm installed.