Quantcast
Channel: Akka Libraries - Discussion Forum for Akka technologies
Viewing all articles
Browse latest Browse all 1368

Discovering cluster nodes in kubernetes across two namespaces

$
0
0

Hello

We want to migrate an akka-cluster service to a new kubernetes namespace. We’d like to achieve this without downtime, so our battle plan is to start a few pods in the new namespace that form a part of the cluster defined in the old namespace, then migrate the service clients to call the service in the new namespace before killing the deployment in the old one.

However, I don’t see any way in neither kuberenetes-api nor dns discovery to query for targets in more than one namespace. Is this even possible?

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 1368

Trending Articles