Update description (#824)

3 files changed
tree: d3efd15ba7597b990f6c4a4d32503d60ef71db71
  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

This project is an open-source proxyless service mesh for Dubbo microservices. Built on the Istio control plane architecture, it leverages its core capabilities and integrates deeply with Kubernetes, providing full service mesh functionality with minimal resource overhead, enabling high-performance inter-service communication, traffic management, and security features.

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.