An open API service indexing awesome lists of open source software.

https://github.com/mrroot5/clustering-phoenix

Clustering Phoenix with docker and libcluster
https://github.com/mrroot5/clustering-phoenix

Last synced: 11 months ago
JSON representation

Clustering Phoenix with docker and libcluster

Awesome Lists containing this project

README

          

# ClusteringPhoenix

I pretty simple project to demonstrate how to create a phoenix cluster using docker.

## Results

Pings made with [Node.ping()](https://hexdocs.pm/elixir/Node.html#ping/1).

### Multiple containers up and running

![docker-ps](docs/images/docker-ps.png)

### Ping a random node

![docker-ps](docs/images/ping-multiple-nodes.png)

### Ping yourself because there is just one node

![docker-ps](docs/images/ping-yourself.png)