release-0.2.5 (#784)

1 file changed
tree: cba9a59e70ed5ef34472c525b7a284100ae7f054
  1. .github/
  2. dubboctl/
  3. manifests/
  4. navigator/
  5. operator/
  6. pkg/
  7. release/
  8. samples/
  9. .asf.yaml
  10. .codecov.yml
  11. .gitignore
  12. .licenserc.yaml
  13. CONTRIBUTING.md
  14. go.mod
  15. go.sum
  16. LICENSE
  17. Makefile
  18. NOTICE
  19. 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 code repositories of Dubbo on Kubernetes include:

  • dubboctl: This directory contains code for the command line utility.
  • dubbod — The dubbo control plane. It is built on Istio to implement a proxyless service mesh and includes the following components:
    • navigator (under development): Responsible for configuring proxies at runtime.
  • operator: dubbo operator provides user friendly options to operate the dubbo proxyless mesh.

Quick Start

Please refer to official website

Contributing

Refer to CONTRIBUTING.md

License

Apache License 2.0, see LICENSE.