An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          



Apache Dubbo












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).