# repos_asf_dubbo-kubernetes **Repository Path**: mirrors_community_gitbox_apache/repos_asf_dubbo-kubernetes ## Basic Information - **Project Name**: repos_asf_dubbo-kubernetes - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-29 - **Last Updated**: 2026-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Apache Kdubbo - Dubbo Mesh [![Go Reference](https://pkg.go.dev/badge/github.com/apache/dubbo-kubernetes.svg)](https://pkg.go.dev/github.com/apache/dubbo-kubernetes) [![Go Report Card](https://goreportcard.com/badge/github.com/apache/dubbo-kubernetes)](https://goreportcard.com/report/github.com/apache/dubbo-kubernetes) [![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)](https://www.apache.org/licenses/LICENSE-2.0) Dubbo service mesh enables workloads to join natively, receive policies from the control plane via xDS, and gain capabilities such as load balancing, service discovery, and observability. ## Introduction > [!WARNING] > The current version is in the **Alpha** phase. > > Releases `0.4.6–0.4.9` will be in the **Beta** phase. > > Release `0.5.0` will be the first **RC** version. > > Release `0.6.0` will be the first **GA** version. 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. - **transit** — Dubbo delegated gateway for Gateway API. It consumes routing configuration from dubbod over xDS and proxies north-south traffic into the mesh. ## Repositories Projects are distributed across the code directory repositories: - [api](https://github.com/dubml/api). — Defines the component level APIs for the Dubbo control plane. - [xds-api](https://github.com/dubml/xds-api). — Define the xDS API for the Dubbo control plane. - [client-go](https://github.com/dubml/client-go). — Defines the Kubernetes clients automatically generated for Dubbo control plane resources. - [dubboctl](https://github.com/dubml/dubboctl). — Provides dubboctl command line tools for control plane management and other operations. - [dubbod](https://github.com/dubml/dubbod) — The main code directory for the Dubbo control plane. - [operator](https://github.com/dubml/operator). — Provides user friendly options for operating the service mesh. - [transit](https://github.com/dubml/transit) — Provides the delegated gateway that serves Gateway API traffic at the mesh edge. - [gui](https://github.com/dubml/gui) — Provides the console that aggregates the management API across discovered control planes. ## Contributing Refer to [CONTRIBUTING.md](./CONTRIBUTING.md) ## License Apache License 2.0, see [LICENSE](https://github.com/apache/dubbo-kubernetes/blob/master/LICENSE).