Traefik's 10-year anniversary
11–20 of 154 posts
Re: Traefik's 10-year anniversary
#12... Traefik is pretty good yes, but a standard? Hell no.
Re: Traefik's 10-year anniversary
#13Earlier quoted context omitted.
I don’t think this is representative of the majority of traefik’s users. Most of us use it as an HTTP entrypoint for a container stack (docker compose, in my case) or for local development, and the FOSS version works great for that, with better dev tooling than anything else i’ve seen.
I disagree. If you're a heavy Traefik user you're eventually going to need a feature that has been carefully omitted from the F/OSS projects.
Ok, I use it at home as part of my K8s cluster. I haven't once come close to needing a feature I don't have because it largely does what I need as a proxy and gets out of the way.
What features do you feel a more average of the target audience is likely to need or want to pay for eventually?
Re: Traefik's 10-year anniversary
#14Anyone know of a Traefik alternative but in Rust? I'm looking to oxidize a lot of my stack so just curious.
Re: Traefik's 10-year anniversary
#15With Envoy ( https://www.envoyproxy.io/ ) and Contour ( https://projectcontour.io/ ) being official CNCF sanctioned projects in the Service Proxy space, Istio ( https://istio.io/ ) and Linkerd ( https://linkerd.io/ ) being official CNCF sanctioned projects in the Service Mesh space and Emissary Ingress ( https://emissary-ingress.dev/ ) the same in the API Gateway space, just to name a few, naming yourself a standard…
Re: Traefik's 10-year anniversary
#16Earlier quoted context omitted.
I disagree. If you're a heavy Traefik user you're eventually going to need a feature that has been carefully omitted from the F/OSS projects.
> I disagree. If you're a heavy Traefik user you're eventually going to need a feature that has been carefully omitted from the F/OSS projects. Ok, I use it at home as part of my K8s cluster. I haven't once come close to needing a feature I don't have because it largely does what I need as a proxy and gets out of the way. What features do you feel a more average of the target audience is likely to need or want to pay…
Auth and middleware packages that are essential for a production site.
> I use it at home as part of my K8s cluster.
That's not heavy use.
Re: Traefik's 10-year anniversary
#17I wish them to succeed, Traefik has been one of my favorite choices for Kubernetes for a long time now :)
Re: Traefik's 10-year anniversary
#18How did they "win" when xds, envoy's config, is becoming the defacto interface to LBs? Sure, Gateway API is kinda xds by not, but it's envoy all the way down.
Re: Traefik's 10-year anniversary
#19Anyone know of a Traefik alternative but in Rust? I'm looking to oxidize a lot of my stack so just curious.
While there is pingora https://blog.cloudflare.com/how-we-built-pingora-the-proxy-t... , I would recommend checking out envoy. Although not rust based, envoy has gained quite the repute for being extremely versatile and robust.
Re: Traefik's 10-year anniversary
#20I never understood why folks use Traefik. HAProxy feels more configurable and resilient.