Dubbo Service Mesh for Kubernetes.

Clone this repo:
  1. a6fa4da Update README (#862) by mfordjody · 2 days ago master
  2. 50857d5 Update dubbo gateway agent code logic (#861) by mfordjody · 2 days ago
  3. 42b11f9 release-0.3.4 by mfordjody · 3 days ago 0.3.4
  4. be69ebe fix check (#860) by mfordjody · 3 days ago
  5. 8022621 Update generated files and comments serviceentry (#859) by mfordjody · 3 days ago

Dubbo gRPC open source service mesh implemented for the underlying cluster management platform can directly receive policies from the control plane and obtain features such as load balancing, service discovery, and observability without requiring a sidecar proxy.

Introduction

Dubbo’s control plane provides an abstraction layer over the underlying cluster management platform.

Dubbo component composition:

  • dubbod — Dubbo xDS control plane. It provides service discovery, configuration and certificate issuance.

  • dubbo-go-pixiu — Used for ingress/egress traffic between services in the cluster and external services.

Directory Repositories

Projects are distributed across the code directory repositories:

  • dubbo/api. — Defines the component level APIs for the Dubbo control plane.

  • dubbo/client-go. — Defines the Kubernetes clients automatically generated for Dubbo control plane resources.

  • dubbo/dubboctl. — Provides command line tools for control plane management and other operations.

  • dubbo/dubbod — The main code directory for the Dubbo control plane.

  • dubbo/operator. — Provides user friendly options for operating the service mesh.

Contributing

Refer to CONTRIBUTING.md

License

Apache License 2.0, see LICENSE.