|
|
|
|
|
by sodapopcan
1029 days ago
|
|
There's a good article about BEAM + k8s by José Valim [0] [0] https://dashbit.co/blog/kubernetes-and-the-erlang-vm-orchest... You could certainly get away without some of the other stuff but, as another comment has mentioned, it requires some infra know-how. Like, you can't "just" use ETS as a Redis replacement without setting it up in a way that its data won't get blown away during a blue-green deploy. |
|