Build a native mesh using gRPC and xDS

Clone this repo:
  1. 74501f7 Update ci infra v3 and config (#952) by mfordjody · 21 hours ago master
  2. bb27397 Update ci infra v2 (#951) by mfordjody · 24 hours ago
  3. b6eeba8 Update ci infra (#940) by mfordjody · 24 hours ago
  4. 6fb7f27 Added telemetry api (#938) by mfordjody · 25 hours ago
  5. 81793ce Optimize project defects (#936) by mfordjody · 3 days ago

Apache Kdubbo (dubbo-mesh)

Go Reference Go Report Card License

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

[!WARNING] 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.
  • dxgate — Dubbo delegated gateway for Gateway API.

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/cli. — Provides dubboctl 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.