[chore] Tidy up the project code migration legacy (#755)

1265 files changed
tree: 5465a3ddd61a68bc5df9b5bad9505eafac89f269
  1. .github/
  2. dubboctl/
  3. manifests/
  4. operator/
  5. pkg/
  6. release/
  7. samples/
  8. .asf.yaml
  9. .codecov.yml
  10. .gitignore
  11. .licenserc.yaml
  12. CONTRIBUTING.md
  13. go.mod
  14. go.sum
  15. LICENSE
  16. Makefile
  17. NOTICE
  18. 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.