-
Now I want to use Linkerd2 to communicate across k8s clusters. I see a service that supports the LoadBalance type. Is this a necessary condition? If the current cluster only supports the form of NodePort, is it also possible? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Yep, you can use services of type NodePort as well, via the |
Beta Was this translation helpful? Give feedback.
-
Can the Linkerd2 cross-cluster solution achieve Pod cross-cluster access through ip? For example,We have two k8s cluster ,one is west and other is east! when we in west pod west-pod'ip is: 10.0.2.3 the east cluster pod ip is:192.168.0.2 can we in west pod:use curl http://192.168.0.2:5000/helloworld? |
Beta Was this translation helpful? Give feedback.
Can the Linkerd2 cross-cluster solution achieve Pod cross-cluster access through ip? For example,We have two k8s cluster ,one is west and other is east! when we in west pod west-pod'ip is: 10.0.2.3 the east cluster pod ip is:192.168.0.2 can we in west pod:use curl http://192.168.0.2:5000/helloworld?