Akka management alternatives to headless on k8s

I could not find a category for Akka Management, hence I’m asking here.

OK, I think I understand why headless services are needed when using Akka Cluster Bootstrap with DNS discovery on k8s. Yet I don’t really want to make my services headless. So are there alternatives/workarounds? Would the k8s API discovery help?

Yes - the k8s API discovery helps - you don’t need headless services when using - k8s provides an HTTP API to find all necessary information(participating nodes in the cluster) - when configured correctly…
(for example see: https://github.com/michaelHampel/demo-akka-cluster - which is a fork of one of your projects anyway:))

hth,

michael

1 Like

Nice. Fork all the things ;-)
Good to see that you are still around, Michael.