Putting Together a Single Node Kubernetes Cluster on CoreOS from Scratch

This is the first of a series of blog posts centered around my explorations and experiments with using Kubernetes to power my own small slice of infrastructure (1-3 servers, mix of VPS and dedicated hardware).
This post is a bit of an introductory piece d… Read more

Similar

Welcome, Node.js 8.9 and 9.0

tl;dr: If you are running an application in production mode now or in the near future, use the LTS version of Node.js, otherwise the current version. To install multiple versions in parallel, use a version manager such as nvm. (more…)

Read more »

Ephemeral Storage Solution with Node and Redis

As software engineers we want to automate most of the processes and tasks we have at hand. We aim to build robust solutions that (in theory) should require little to no mainenance efforts and “just work”. Let’s see how we can apply those principles to aut... (more…)

Read more »