Kubernetes Load Balancing

My notes on Kubernetes services and load balancing solutions for cloud and bare metal infrastructure.

Docker Build Architectures

As soon as I deployed my first application on my pi k3s cluster, my deployment got stuck in an immediate crash/back-off loop. This turned out to be because the docker images were originally built a...

Useful Ansible Commands

Jeff Geerling has lots of great resources on both Ansible and Kuberenetes. Here are some Ansible notes, I got mostly from watching his videos. Create / delete a user: ansible app -b -m user -a "n...

Empty Ruby Templates

Rails has a neat template feature that lets you customise newly created rails apps. There is also the thoughbot suspenders gem that gives a very opinionated set of configuration options for new rai...