
A couple of weeks ago I presented my talk:
Elixir, Kubernetes, and minikube
in the Elixir Meetup #5 organized by the fine people on curiosum.com.
This talk is based on chapter 4 of my book"Deploying Elixir: Advanced Topics".
If you haven't gotten the book, this is an excellent way to see what the book is about.
Watch the recorded talk here:
About
I'mMiguel Cobá. I write about Elixir, Elm, Software Development, and eBook writing.
- Follow me onTwitter
- Subscribe to mynewsletter
- Read all my articles on myblog
- Get my books:
Top comments(9)

- Email
- LocationNorth Carolina
- EducationBFA in Creative Writing
- Pronounshe/him
- WorkSenior Community Manager at DEV
- Joined
Heyo,
Would you please consider embedding your video here instead of just linking to it? This way folks can see your content and discuss things on DEV without having to navigate elsewhere.
You might not have realized, but DEV actually allows folks to embed YouTube & Vimeo videos via Liquid Tags. For instance, writing:
{% embed https://www.youtube.com/watch?v=dQw4w9WgXcQ %}
Creates:
By the way, here's a link to theeditor guide where you can see other liquid tags and formatting options.
Hope this is helpful! 🙂

Nice to know. Going to change it. Thanks Michael

Changed it. Much better now. :)

- Email
- LocationNorth Carolina
- EducationBFA in Creative Writing
- Pronounshe/him
- WorkSenior Community Manager at DEV
- Joined
Awesome! No probs at all, happy to help!

It is because of the libcluster strategy used. That doesn't require any cookie to connect nodes among themselves. It uses DNS to get a list of server names and then connect them to form a cluster.

Ok! Thanks. On the use case of "native clusters", I understand that Channels need a native cluster to work. But if you don't "natively clusterize" you Elixir-Phoenix app, would you need to add a WS server and configure the Ingress for WS? Please feel free to redirect to some doc. Many thanks

Channels should work just the same no matter how the cluster was created, either by cookies, or using a libcluster strategy.
About the Ingress for WS, I don't really know the answer. I might learn about it and write a future article on it.
Thanks for the topic idea :D
For further actions, you may consider blocking this person and/orreporting abuse