Dubbo Service Mesh for Kubernetes.

Clone this repo:
  1. 4a59f2a Remove redundant code logic from the control plane (#851) by mfordjody · 20 hours ago master
  2. bb729e0 release-0.3.2 by mfordjody · 3 days ago 0.3.2
  3. 1bbc385 fix lint (#850) by mfordjody · 3 days ago
  4. ba5fc8a Update tools and crds gen manifests (#849) by mfordjody · 3 days ago
  5. d3c1225 Update code logic (#848) by mfordjody · 5 days ago

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.