back

by auraham·10mo ago·view on hn ↗
That is an interesting mix. Wonder if it is possible to send messages among Erlang VMs in different pods.

If Kubernetes is not involved, passing messages between Elixir nodes is easy. We just need the name of thr node (and a cookie, if needed).

Not sure if that is possible inside a Kube cluster.

1 comments
Sure, have a look at Biwalkers library libcluster and especially at the Kubernetes Strategies. For example this one: https://hexdocs.pm/libcluster/Cluster.Strategy.Kubernetes.ht...