0

Any Erlang guys over here ?

I am getting into it after trying elixir, just to get solid foundations (understand it better and otp)

The goal is to get erlang elixir and pheonix undercontrol

Now my questions:

Any good reads about maintenance scalability in a prod environment ?

Thanks

Comments
  • 0
    Thanks i am in the middle of it 😁

    What concerns me more is how can i maintain such architecture in case of failure and how to scale it

    Right now i can use aws tools to scale static instances or write a small node utility that will request jenkins to run some terraform+ansible to spawn or delete instances depending on the load

    And i try to make each node as stateless as possible

    (Kubern8 is work in progress for me so no containers yet)

    Erlang vm in the other hand i have no idea how to handle that in prod and i was curious about books that takle the prod aspect
  • 1
  • 1
    @elbrujohalcon

    Thanks! Great find, appreciated
Add Comment