[discovery] debug xds and proxy code logic (#805)

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

Build codecov license

Provides support for building and deploying Dubbo applications in various environments, including Kubernetes and Alibaba Cloud ACK.

Repositories

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. It is built on Istio to implement a proxyless service mesh and includes the following components:
    • Sail - (under development): Runtime proxy configuration.
    • Aegis - (under development): Certificate issuance and rotation.
    • Gear - (under development): Validation, aggregation, transformation, and distribution of Dubbo configuration.
  • 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.