Kubernetes - Discover and access another cluster service like self-hosted

Viewed 234

What I want

  • ClusterA have PodA
  • ClusterB have ServiceB select PodB in namespace:default
  • In GKE(Google Kubernetes Engine)

PodA in ClusterA can access ServiceB in clusterB like api.default.svc.cluster.clusterB.

Solutions I tried


Any solutions or ideas are appreciated! A example will be better.

1 Answers
Related