World's Tiniest OpenShift cluster, with a Mobile twist: Part 1

I decided I needed an OpenShift cluster at home for testing, and instead of doing it the easy way with Minishift, I decided I wanted to try to do it the hard way and run it on some sort of development board.   Given that my eventual goal was to run Red Hat’s Mobile Application Platform (RHMAP) on the OpenShift on this cluster,  I felt that an ARM-based board was probably outside of my capabilities and I started researching Intel x86 based boards.

There are many x86 development boards on the market today.  The ones I considered, in no particular order were:

Of the 4, only 2 had models with more than 4GB’s of RAM.  OpenShift recommended specifications are 16Gb’s of RAM per node, so I thought anything less than 4 would be a stretch.  I chose the UP board based on the fact that it was the same size as a raspberry pi, which would give me many more options for cases and accessories, that it was slightly cheaper, and that it was available for shipping to Australia.

His name is Orangez
The 3 nodes and my assistant

When the boards arrived I updated their firmware and installed Red Hat Enterprise Linux (RHEL) 7.4.  I considered using RHEL Atomic Host but decided on standard RHEL as I have more experience with it.  Alternatively, you can use Centos 7.4 with identical results.

firmware installation
Firmware Installation

The install was fairly straightforward, the only customisation was trying to determine the filesystem layout.  I needed storage for the OS and a separate volume group for the container images.  The boards have 32Gb of eMMC storage, so I opted for 5 Gb for the OS, 20 Gb for images, and everything else (/run, /boot, swap) in what was left over.

I then started and enabled sshd, set static IP’s and hostnames, configured /etc/hosts, and ran subscription-manager (RHEL Licensing) on all the nodes to prepare them for OpenShift installation.  I also created 20 NFS shares on a USB 3 Flash Drive on the ‘Master’ node for OpenShift.

Melvin Hop Shocker IIPA
Mocked up in case

My tiny OpenShift cluster will cost me approximately $2.77 (AUD) to run 24 hours a day for a month.  Each node draws a maximum of 4W, and the switch adds a maximum of 1W.  For comparison, a 3 node cluster built on desktop class workstations with 300W power supplies costs my colleague $192 (AUD) a month.  As a learning platform, that is a significant amount of savings.

I will cover the OpenShift installation in my next post.

Comments