|
|
|
|
|
by anonymous_fun
2940 days ago
|
|
Not an expert, nor to take anything from Erlang (was amazed at how robust RabbitMQ was first time I stress tested it) but fault tolerance seems to be a part of OTP. To me, k8s ~ OTP, GO ~ Erlang, and Erlang syntax is a bit easier than GoLang, but might just be the way I was brought up. |
|
Distribution is likewise built into the runtime and language, most of the distribution-related BIFs are not only part of the "erlang" module/namespace but also part of its "prelude" (auto-imported in all modules by default).
So no, it is absolutely nothing like kubernetes in relation to go.
[0] http://erlang.org/doc/man/supervisor.html
[1] http://erlang.org/doc/reference_manual/processes.html#id8861...