ElixirTalk / elixirtalk

ElixirTalk Podcast
https://soundcloud.com/elixirtalk
40 stars 2 forks source link

Elixir and Kubernetes #51

Open rizafahmi opened 5 years ago

rizafahmi commented 5 years ago

I saw this video by Rob Conery a year ago. In minute 23-ish he talked about Object-oriented languages catching up with concurrency in infrastructure level with 0mq,rabbitmq, docker, kubernetes. In fact, they just reinventing Erlang. All these patterns being followed by Object-oriented langueges were solve-ish back in the 90's with Erlang.

My question is, can we just use Elixir or Erlang and create distributed system and scale our application without using something like Kubernetes? Please share your production experience in this topic.

Thanks!