Gebruik jij nog ingress-nginx in je K8s stack? Tijd om een alternatief te zoeken! Rick neemt je mee door zijn reis van ingress-nginx naar Traefik en helpt je de overstap te maken.
The last thing I need to figure out is how to replace ddev. I need a Podman pod that can run as multiple domains in a dev environment.
I spent the morning trying to figure out traefik. It seems very powerful, but I'm very unfamiliar with it.
#Kubernetes Gateway API: a sobering look
My biggest pain with ingresses are regex redirects.
So many of us relied on the notorious #nginx annotations or even deployed separate nginx instances for more complex redirects.
With #GatewayAPI we have HttpRoutes with RequestRedirect filters but they don't have a path type regex.
How to migrate nginx annotations?
The go-to solutions seem proprietary CRDs like #traefik middleware.
So, no Gateway API, then?
Please tell me that I'm missing something!
I wrote a new blog post about using #Traefik and #Podman together for declarative reverse proxy management on containerized workloads. https://blog.devenphillips.dev/posts/getting-started-with-traefik-and-podman.html
It's a really good solution for my #selfhost needs. It makes it simple for me to add #LetsEncrypt certificates for all of my workloads. The plugins also allow me to configure things like OpenID authentication with my #Keycloak server.
https://blog.devenphillips.dev/posts/getting-started-with-traefik-and-podman.html