https://github.com/apache/dubbo-kubernetes
Dubbo Service Mesh for Kubernetes.
https://github.com/apache/dubbo-kubernetes
consul dubbo dubbo-go-pixiu grpc kubernetes microservice microservices service-mesh
Last synced: 1 day ago
JSON representation
Dubbo Service Mesh for Kubernetes.
- Host: GitHub
- URL: https://github.com/apache/dubbo-kubernetes
- Owner: apache
- License: apache-2.0
- Created: 2018-07-17T09:31:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-03-14T17:45:09.000Z (20 days ago)
- Last Synced: 2026-03-17T00:09:23.825Z (17 days ago)
- Topics: consul, dubbo, dubbo-go-pixiu, grpc, kubernetes, microservice, microservices, service-mesh
- Language: Go
- Homepage: https://dubbo-kubernetes.github.io/
- Size: 140 MB
- Stars: 196
- Watchers: 57
- Forks: 88
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Notice: NOTICE
Awesome Lists containing this project
README
Dubbo Inherent Mesh for Kubernetes
Dubbo inherent 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
> ⚠️ Current version is in the **Alpha** phase. The `0.5.0` release will be the first **RC** phase.
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](https://github.com/kdubbo/api). — Defines the component level APIs for the Dubbo control plane.
- [dubbo/xds-api](https://github.com/kdubbo/xds-api). — Define the xDS API for the Dubbo control plane.
- [dubbo/client-go](./client-go). — Defines the Kubernetes clients automatically generated for Dubbo control plane resources.
- [dubbo/dubboctl](./dubboctl). — Provides command line tools for control plane management and other operations.
- [dubbo/dubbod](./dubbod) — The main code directory for the Dubbo control plane.
- [dubbo/operator](./operator). — Provides user friendly options for operating the service mesh.
## Contributing
Refer to [CONTRIBUTING.md](./CONTRIBUTING.md)
## License
Apache License 2.0, see [LICENSE](https://github.com/apache/dubbo-kubernetes/blob/master/LICENSE).