tree: 03d503781c88e29b6eabd76cdc21001389c44b48
  1. .github/
  2. dubboctl/
  3. dubbod/
  4. dubboinstaller/
  5. dubbooperator/
  6. pkg/
  7. release/
  8. samples/
  9. tests/
  10. tools/
  11. .asf.yaml
  12. .codecov.yml
  13. .gitignore
  14. .licenserc.yaml
  15. CONTRIBUTING.md
  16. go.mod
  17. go.sum
  18. LICENSE
  19. Makefile
  20. NOTICE
  21. README.md
README.md

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/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.