Running Kubernetes at Home

Saga on making a sweet at home Kubernetes setup.

The goal of this initiative is to setup Kubernetes in my home network.

graph TD;
  A-->B;
  A-->C;
  B-->D;
  C-->D;