That DevOps Guy (Marcel Dempers)

That DevOps Guy (Marcel Dempers)

Creator
0 followers

Practical DevOps, containers, and Kubernetes pipeline demos from a platform lead.

INGRESS VS Gateway API - Whats the Difference?
VideoApr 16, 2026

INGRESS VS Gateway API - Whats the Difference?

The video compares Kubernetes Ingress with the newer Gateway API, highlighting their core functions and architectural differences. Both solutions rely on controllers deployed via kubectl or Helm to monitor resources—Ingress watches Ingress objects, while Gateway API controllers monitor Gateway resources—and...

By That DevOps Guy (Marcel Dempers)
HomeLab Migration From Ingress NGINX to Gateway API
VideoApr 1, 2026

HomeLab Migration From Ingress NGINX to Gateway API

The video walks through a step‑by‑step migration of a home‑lab Kubernetes cluster from the traditional NGINX Ingress controller to the emerging Gateway API, using the open‑source K‑Gateway implementation. The presenter first removes a YAML‑based cert‑manager installation and reinstalls it via Helm,...

By That DevOps Guy (Marcel Dempers)
How to Use CERT-MANAGER with Gateway API
VideoFeb 24, 2026

How to Use CERT-MANAGER with Gateway API

The video walks through enabling TLS for services exposed via the Kubernetes Gateway API by leveraging cert-manager and Let’s Encrypt. It starts by provisioning a local Kind cluster, installing cert-manager through its Helm chart, and configuring a Cloudflare DNS record...

By That DevOps Guy (Marcel Dempers)