Categories
General

ANP ADDED FIRST CARDANO-NODE TESTENET DOCKER SWARM CLUSTER

Visualizer container showing the manager (ANPSERVER2) and the worker (ANPLAPTOP) both having cnodes (cardano-node images I have made that you can find in the repostiory here https://hub.docker.com/repository/docker/eysteinh/cnode.

After quite some work this weekend we have some of the basics of docker and managed to make our own docker swarm based on an in-house composer.yaml file that you can find an edited version of you can use as an example for yourself here https://gist.github.com/Willburn/5c40e6b05010623ad8c596bcedc0c19b

The docker image itself you can find the Dockerfile for here: https://github.com/Willburn/docker

Here is the local ANPSERVER2 Nodes with the terminal output to verify that indeed they work inside a swarm cluster

Here you can see all 3 computes (2 servers 1 laptop) in action with cardano nodes running initiated from the swarm manager:

ANPLAPTOP running 2 cardano nodes
ANPSERVER2 running 4 cardano nodes
ANPSERVER running 1 cardano node

And here is the whole operation center in one view:

ANPSERVER1&2 and Laptop in one full screen

Leave a Reply