Re: [akka-user] Re: Akka Cluster (and Cluster Client) on Kubernetes

2016-09-26 Thread 'Ruben Wagner' via Akka User List
t could be done without a fixed seed node. > > I am keen to see your github project when you have time. > > > On 19 Jul 2016, at 3:44 AM, 'Ruben Wagner' via Akka User List < > akka...@googlegroups.com > wrote: > > Hi, > > actually the configuration is a bit tricky,

[akka-user] Re: Akka Cluster (and Cluster Client) on Kubernetes

2016-07-18 Thread 'Ruben Wagner' via Akka User List
Hi, actually the configuration is a bit tricky, because you need to set a fixed seed node, which is not fixed in Kubernetes. I looked at the Cassandra pod and ported it to Akka Cluster (s. attached file). It derives the config from the Kubernetes API and then starts the Akka Cluster. If the