apache / dubbo-kubernetes

The Dubbo Kubernetes integration.
https://dubbo.apache.org/
Apache License 2.0
157 stars 73 forks source link

Multi cluster support #94

Open chickenlj opened 5 months ago

chickenlj commented 5 months ago

To achieve this, we need to at least support cross-cluster Service Discovery and communication, which may need the introduction of components like Ingress and Egress.

chickenlj commented 5 months ago

APISIX and Higress can be good Ingress candidates.

chickenlj commented 5 months ago

Some reference architecture https://kuma.io/docs/2.5.x/production/deployment/multi-zone/

sjmshsh commented 5 months ago

maybe I can have a try

mfordjody commented 5 months ago

APISIX and Higress can be good Ingress candidates.

The selection of a gateway requires consideration of the subsequent maintenance costs and complexity.

yuluo-yx commented 5 months ago

APISIX and Higress can be good Ingress candidates.

IMO, higress is a good choice.