profile picture

4 pages tagged with "tools"

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

Sorting keys in a yaml

June 16, 2023 - 156 words - 1 mins
SO I needed to sort the keys in a gigantic YAML file and I thought I would just have to write some query and for loops with yq, and it's going to be quick, BUT that turned out to be a few hours of me trying to reinvent the wheel. WHAT. THE. Me, realized that I just did the unnecessary, when yq prov… 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

Using awsudo for the first time

August 08, 2020 - 297 words - 2 mins
Recently at work there's been a new method introduced to further improve security. Instead of permissions assigned to a specific user or group, users are assigned permissions that allows them to assume specific roles. And so because of that I've been using this tool called awsudo. It's a simple tool… read more