I recently read Chris McCords article about distributing Phoenix application on cluster.
I'm wondering is it possible to dynamically add nodes to existing cluster via net_kernel:connect_node/1
. Could it work? In the tutoria Chris used config file though...