Akka-Management's Cluster Bootstrap for kubernetes / dns / aws

Small informational post about our recent addition to Akka’s cluster formation tools.

We built a small module that uses DNS to discover it’s “neghbouring nodes” in various clouds, including kubernetes, aws, and anything that supports DNS records automatically for discovery;

The docs are here: https://developer.lightbend.com/docs/akka-management/current/

And the project would welcome contributions, e.g. more integrations, tests or discovery providers :slight_smile:
Repo here, for those interested to help out: https://github.com/akka/akka-management

2 Likes