Skip to main content

Homelab

External services with Gateway API

·
In this article we’ll take a look at how to proxy external services through the Kubernetes Gateway API. There are of course more lightweight methods to proxy services, but once you already have the proverbial hammer, why not treat everything like a nail?

Kubernetes on Proxmox

·
In my previous article we took a look at how to bootstrap K3s with Cilium starting from a fresh Debian 12 network installation.

Bootstrapping K3s with Cilium

·
Getting started with Kubernetes might seem like a daunting task at first, but getting a basic ephemeral cluster up and running with tools like minikube, kind, or k3d is quite straightforward if you follow their documentation.