Erlang cluster on Kubernetes: Introduction

21 Dec 2022 19:40 erlang kubernetes

A few weeks ago, I decided to write a blog post about using mutual TLS to secure Erlang distribution (clustering), with auto-provisioning of certificates when running in Kubernetes. It took a little longer to write up than I expected, and turned into a series of blog posts.

You can follow along by cloning the rlipscombe/erlang-cluster project from Github. The posts in this series and the merge commits in that project are broadly lined up.

I also spent about 8 hours rewriting the commit history of the project so that it forms a coherent story. Please feel free to read it as one.

Follow-up posts