Build a native mesh using gRPC and xDS

Clone this repo:
  1. 4c62a53 Fix renamed resources (#1027) by mfordjody · 4 days ago master
  2. 93992e9 Architecture replace 0.4.7 pre release (#1026) by mfordjody · 4 days ago
  3. 434dac5 Upgrade the core architecture (#1022) by mfordjody · 2 weeks ago
  4. 6f807d5 feat: configure access logs with Telemetry API (#1021) by mfordjody · 4 weeks ago
  5. 0605aca Fix/inherent single container (#1020) by mfordjody · 4 weeks ago

Apache Kdubbo - Dubbo Mesh

Go Reference Go Report Card License

Dubbo service mesh enables workloads to join natively, receive policies from the control plane via xDS, and gain capabilities such as load balancing, service discovery, and observability.

Introduction

[!WARNING] The current version is in the Alpha phase.

Releases 0.4.6–0.4.9 will be in the Beta phase.

Release 0.5.0 will be the first RC version.

Release 0.6.0 will be the first GA version.

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.
  • transit — Dubbo delegated gateway for Gateway API. It consumes routing configuration from dubbod over xDS and proxies north-south traffic into the mesh.

Repositories

Projects are distributed across the code directory repositories:

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

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

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

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

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

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

  • transit — Provides the delegated gateway that serves Gateway API traffic at the mesh edge.

  • gui — Provides the console that aggregates the management API across discovered control planes.

Contributing

Refer to CONTRIBUTING.md

License

Apache License 2.0, see LICENSE.