PINE64
Docker Swarm Cluster with pine64-lts and armbian build - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64-LTS / SOPINE Compute Module (https://forum.pine64.org/forumdisplay.php?fid=66)
+--- Forum: P64-LTS / SOPINE Projects, Ideas and Tutorials (https://forum.pine64.org/forumdisplay.php?fid=72)
+--- Thread: Docker Swarm Cluster with pine64-lts and armbian build (/showthread.php?tid=6724)



Docker Swarm Cluster with pine64-lts and armbian build - tmorin - 10-31-2018

Hi,

For those interested you will find below details to setup a Docker Swarm cluster of pine64-lts boards.

All nodes are running with Armbian and the mainline kernel (currently 4.14). In order to boot pine64-lts boards using the Armbian build for pine64so, some additional fixes have to be done. The whole procedure to build a base image for each node of the cluster is available there: https://gitlab.com/tmorin/pine64-image-armbian

Once the base image is built, the cluster can be setup. All steps are described using Ansible playbooks. You will find all the details there: https://gitlab.com/tmorin/pine64-docker-swarm

Finally, I had to built some docker images by my-self for instance keepalived. You will find the source there: https://gitlab.com/tmorin/pine64-docker-images

Best regards


RE: Docker Swarm Cluster with pine64-lts and armbian build - tllim - 11-06-2018

(10-31-2018, 03:35 AM)tmorin Wrote: Hi,

For those interested you will find below details to setup a Docker Swarm cluster of pine64-lts boards.

All nodes are running with Armbian and the mainline kernel (currently 4.14). In order to boot pine64-lts boards using the Armbian build for pine64so, some additional fixes have to be done. The whole procedure to build a base image for each node of the cluster is available there: https://gitlab.com/tmorin/pine64-image-armbian

Once the base image is built, the cluster can be setup. All steps are described using Ansible playbooks. You will find all the details there: https://gitlab.com/tmorin/pine64-docker-swarm

Finally, I had to built some docker images by my-self for instance keepalived. You will find the source there: https://gitlab.com/tmorin/pine64-docker-images

Best regards

Thanks on sharing.