Elixir cluster on GCP?

We have an existing elixir application with multiple nodeson AWS EC2 which we want to migrate to GCP. What would be the best option between GCE vs GKE. We were using libcluster to cluster our elixir nodes on EC2 with EC2 strategy. Is there a similar library for GCE?

1 Like

libcluster has two strategies for running in kubernetes. So, GKE should work fine with those. However, GCE would be more analogous to what you’re doing now in EC2. So, you could probably use whatever strategy you’re currently using.

This talk covers similar topics, specifically in kubernetes.

1 Like