Provides a proxyless service mesh for Dubbo microservices on Kubernetes.

Clone this repo:
  1. 45e9014 Modify and optimize the client-go directory and its contents. (#844) by mfordjody · 14 hours ago master
  2. 08b7cff Fixed client-go generator (#843) by mfordjody · 23 hours ago
  3. bf01489 Update makefile and client-go (#842) by mfordjody · 2 days ago
  4. 68c5886 Added build tools (#840) by mfordjody · 3 days ago
  5. 94a1701 Fix networking api (#839) by mfordjody · 3 days ago

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.