Embed gRPC, use xDS, build inherent mesh.

Clone this repo:
  1. cc12f6c Migrate tools (#883) by Joe Zhong · 21 hours ago master
  2. 28d657f Update README (#882) by Joe Zhong · 2 days ago
  3. b161b4e Migrate client-go (#881) by Joe Zhong · 3 days ago
  4. 72b6de1 Migrate API (#880) by Joe Zhong · 3 days ago
  5. 278dbba release-0.3.6 by mfordjody · 4 days ago release-0.4 0.3.6

Dubbo inherent mesh implemented for the underlying cluster management platform can directly receive policies from the control plane and obtain features such as load balancing, service discovery, and observability without requiring a sidecar proxy.

Introduction

⚠️ Current version is in the Alpha phase. The 0.5.0 release will be the first RC phase.

Dubbo’s control plane provides an abstraction layer over the underlying cluster management platform.

Dubbo component composition:

  • dubbod — Dubbo xDS control plane. It provides service discovery, configuration and certificate issuance.

  • dubbo-go-pixiu — Used for ingress/egress traffic between services in the cluster and external services.

Directory Repositories

Projects are distributed across the code directory repositories:

  • dubbo/api. — Defines the component level APIs for the Dubbo control plane.

  • dubbo/xds-api. — Define the xDS API for the Dubbo control plane.

  • dubbo/client-go. — Defines the Kubernetes clients automatically generated for Dubbo control plane resources.

  • dubbo/dubboctl. — Provides command line tools for control plane management and other operations.

  • dubbo/dubbod — The main code directory for the Dubbo control plane.

  • dubbo/operator. — Provides user friendly options for operating the service mesh.

Contributing

Refer to CONTRIBUTING.md

License

Apache License 2.0, see LICENSE.