DevOps engineer from Belgium. Passionate about Kubernetes, automating infrastructure and writing simple tools.
Building a demo application in Golang
Follow along as I build a simple web application for demo-ing autoscaling functionalities in Kubernetes.
Setting up Kubernetes using Talos and Terraform
Discover how I used Talos, Terraform and Flux to create a secure, immutable Kubernetes cluster in minutes — automating deployment and scaling with ease.
Building a Corne keyboard
After years of using a Ducky One 2 TKL, I took the plunge into custom keyboards. Follow my journey building the Corne v3 - a 40% ergonomic split keyboard - and my first impressions!
Using Network Policies to Secure Kubernetes Networking
Learn how to secure pod-to-pod communication in Kubernetes with NetworkPolicies, control traffic flow, and lock down workloads for enhanced security in your cluster environments.
Using initContainers to create dependencies on Pods
Discover how to use initContainers in Kubernetes to manage container startup order, replacing Docker Compose's depends_on feature.