Advanced Kubernetes Scheduling and Autoscaling
What do you know about the intricate web 🕷️ of interactions between advanced Kubernetes scheduling techniques and the cluster autoscaler? Probably not enough… read on to get a taste of some gnarly nuances and how to deal with them.
Mastering Spot Instances on Kubernetes for Fun and Profit
Spot instances are da bomb 💣!! You just have to be careful they don’t explode in your face 💥🤯 Let’s explore how to effectively use spot instances with Kubernetes…
Github Actions Versioning
TIL: When using un-pinned versions you must use @v. When using pinned patch versions use the exact release tag @, which may or may not have a v prefix
EKS IP Address Assignment
It was a dark night. The wind was howling outside. Suddenly, I got a Slack message that our EKS cluster has run out of IP addresses 😱. To be continued…
First 4 Weeks
I recently joined a cool startup with some awesome people! It’s unbelievable how much happened in just 4 weeks.
In Search of the Best OpenAI Java Client
Alright. This is going to be a long one. We’re going on a wild hunt for the BEST Java library to talk to OpenAI API-compatible services!