add traffic code and chore (#821)

86 files changed
tree: b2c0b3d46cf6b7559f74b5f8d907c851b3d6ba3f
  1. .github/
  2. dubboctl/
  3. dubbod/
  4. manifests/
  5. operator/
  6. pkg/
  7. release/
  8. samples/
  9. tests/
  10. .asf.yaml
  11. .codecov.yml
  12. .gitignore
  13. .licenserc.yaml
  14. CONTRIBUTING.md
  15. go.mod
  16. go.sum
  17. LICENSE
  18. Makefile
  19. NOTICE
  20. README.md
README.md

Dubbo Service Mesh for Kubernetes

Go Reference Go Report Card codecov license

Cloud-Native proxyless service mesh platform for Dubbo microservices, enabling zero-latency inter-service communication across multiple protocols, advanced traffic management, and enterprise-grade security without sidecar proxies. Built on Istio's control plane architecture with native Kubernetes integration, it delivers service mesh capabilities with minimal resource overhead and maximum performance.

Project Structure

The main repositories of Dubbo on Kubernetes include:

  • dubboctl — The command-line management tool that provides control plane management, development framework scaffolding, and application deployment.
  • dubbod — The dubbo control plane. used to implement a Dubbo proxyless service mesh.
  • operator — Provides user-friendly options to operate the Dubbo proxyless service mesh.

Quick Start

Please refer to official website

Contributing

Refer to CONTRIBUTING.md

License

Apache License 2.0, see LICENSE.