Implement an open-source service mesh for Dubbo in a Kubernetes cluster, integrate applications directly into the service mesh through the SDK, secure, connect, and observe services in a unified, lighter, and more efficient way, and support load balancing and service-to-service authentication.
Project Core
- api — API definitions for Dubbo.
- client-go — Go client library for the Dubbo API.
- dubboctl — Command-line tool that provides control plane management, development framework setup, and application deployment capabilities.
- dubbod — The control plane, communicating based on gRPC and xDS APIs.
- operator — Provides user-friendly options for operating the service mesh.
Quick Start
Please refer to official website
Contributing
Refer to CONTRIBUTING.md
License
Apache License 2.0, see LICENSE.