GitHub user iosyyy added a comment to the discussion: Migration from Akka to Pekko
When Pekko Cluster Bootstrap uses Kubernetes Discovery, it queries the Kubernetes API for endpoints (pods), and by default it resolves to the hostname of the pod. Kubernetes returns DNS-style names rather than raw IP addresses. However, this worked fine on Akka but not on Pekko. Observed Error ``` Probing [http://10-121-129-19.default.pod.cluster.local:7626/bootstrap/seed-nodes] failed due to: Probing timeout of [http://10-121-129-19.default.pod.cluster.local:7626] ``` GitHub link: https://github.com/apache/pekko/discussions/2221#discussioncomment-14401018 ---- This is an automatically sent email for notifications@pekko.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@pekko.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org