3 pages tagged with "kubernetes"
Introducing my first CLI tool
June 30, 2025 - 385 words - 2 mins
Hello! It's been a while since I wrote something on my blog. Recently, I have been using a tool called hetzner-k3s to create disposable Kubernetes clusters on Hetzner. It's a very convenient and robust tool for my need. However, with how easy it is to create clusters with that tool, it is also easy …
read more
So I was curious about Prow...
August 09, 2020 - 835 words - 5 mins
Prow is a CI/CD system used in the Kubernetes repositories. I know it for the ChatOps feature which I found very cool and fun. I decided to give it a try myself and see it in action.
Prerequisites
A working Kubernetes cluster with internet access
A GCP account
A GitHub account
Installation
Prow ca…
read more
I just tried Vertical Pod Autoscaler
February 16, 2020 - 825 words - 5 mins
Right-sizing a deployment of an app on a Kubernetes cluster is a tricky thing to do. Setting requests and limits too high, you might end up with unschedullable pods due to resource scarcity. Setting requets and limits too low and you might end up with OOMKilled pods. Luckily, there's an answer (kind…
read more