Cloud-Native Rejekts EU'24 Preview

Paris 2024 will mark my third KubeCon, and my first time at Rejekts to go along with it. In order to not get completely overwhelmed by two conferences back to back, I took a good look at the conferences’ schedules over the weekend, and identified a few talks and larger topics I will be focusing on: Kubernetes Networking and the Gateway API Platforms built on Kubernetes Kubernetes Deep Dives Let’s have a look at a few talks from those topics, and why I picked them....

March 11, 2024 · 4 min · Daniel Bodky

How to Reverse-Proxy Applications on Subpaths with Traefik

One of my goals for 2024 is to get my homelab back up and running. Since I want to be able to access my applications on easy-to-remember domains, I use Traefik as a reverse-proxy. This allows me to access my applications on subdomains or paths, like this: https://prometheus.dbodky.me https://dbodky.me/grafana While the former is easy to set up, the latter can be a bit tricky sometimes. In this post, I’ll explain why and show you how to set up Traefik to reverse-proxy applications on subpaths....

January 28, 2024 · 6 min · Daniel Bodky
Photo by Kajetan Sumila on Unsplash

Three Cloudnative Projects to Watch in 2024

Though I’m no fortune teller, thought leader, or expert (not even a senior while we’re at it), 2024 is going to be my third year in the cloudnative space. I’ve been working with Kubernetes and related technologies for most of this time, got certified twice, and formed my own opinion(s) regarding many things in the ecosystem. Therefore, I want to share three projects that I think could become important to me in 2024....

December 26, 2023 · 4 min · Daniel Bodky
Photo by Patrick Szalewicz on Unsplash

The Good, the Better, and the Ugly - Signing Git Commits

Being involved in various projects with a high cadence of commits every day makes it easier for bad actors to try and slip in nasty stuff - if we don’t sign our commits, that is. Recently, a few stories about spoofed commits made it into my Twitter feed, namely by Eddie Jaoude and David Flanagan, aka rawkode: This why you MUST sign your commits!! So when someone tries to spoof your git commits, it clearly shows "unverified" and you know not to trust it...

July 30, 2023 · 9 min · Daniel Bodky