Provides support for building and deploying Dubbo applications in various environments, including Kubernetes and Alibaba Cloud ACK.
The main repositories of Dubbo on Kubernetes include:
- dubboctl — The command-line management tool that provides control plane management, development framework scaffolding, and application deployment.
- dubbod — The dubbo control plane. It is built on Istio to implement a proxyless service mesh and includes the following components:
- Sail - (under development): Runtime proxy configuration.
- Aegis - (under development): Certificate issuance and rotation.
- Gear - (under development): Validation, aggregation, transformation, and distribution of Dubbo configuration.
- operator: Provides user-friendly options to operate the Dubbo proxyless service mesh.
Please refer to official website
Refer to CONTRIBUTING.md
Apache License 2.0, see LICENSE.