MultiCluster Networking

Hello folks !

I was looking into a k8s cluster federation solutions and was pointed to a MultiCluster Service Mesh approach. My use case is pretty simple.

A workload deployed in a k8s cluster A should communicate with a workload in a k8s cluster B. One of my clusters is a GKE cluster and the other is a gardener cluster. Both clusters can see each other’s API !

So my question is: Can I use [Consul’s Multicluster](Federation Between Kubernetes Clusters | Consul by HashiCorp approach to have services communicate with each other ?

Hi, yes this is exactly what that is for. I’m not familiar with gardener but as long as it’s a regular Kube cluster then multi-cluster federation will work.