release-v0.2.0
2 files changed
tree: 6060a610479818288822e6a278cb175530986695
  1. .github/
  2. api/
  3. app/
  4. dubboctl/
  5. hack/
  6. manifests/
  7. operator/
  8. pkg/
  9. release/
  10. samples/
  11. tools/
  12. ui/
  13. ui-vue3/
  14. .asf.yaml
  15. .codecov.yml
  16. .gitattributes
  17. .gitignore
  18. .licenserc.yaml
  19. CONTRIBUTING.md
  20. Dockerfile
  21. go.mod
  22. go.sum
  23. LICENSE
  24. Makefile
  25. NOTICE
  26. README.md
README.md

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.
  • operator. Dubbo operator provides user friendly options to operate the Dubbo proxyless mesh
  • helm-charts. This directory contains the Helm chart sources, which are versioned, built, and pushed to the following Helm repositories with each Dubbo release.

Quick Start

Please refer to official website

Contributing

Refer to CONTRIBUTING.md

License

Apache License 2.0, see LICENSE.