Skip to content

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 and tested on amd64 architecture, but I had just deployed them to arm64!

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.

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 rails projects.

However, I want my own (much smaller) set of opinionated options