Upgrade went mostly without a problem (had set more than one Hostname for a service before, seems to not work anymore lol), and i have a pretty large configuration that has grown over the past two years.
What i noticed is that it is quite a bit faster. Also the dashboard shows a little more information than before and the logs have colours now.
That’s great for them and good on you for upgrading. After the upgrade from v1 to v2, I switched to caddy. Traefik was too much for me.
Nothing wrong with that, Caddy is great!
I wish nginx had the concept of default header values for reverse proxies…
I mean, you can kind of do it with macros but man…
Damn, same, nuked Traefik when v2 broke the setup I spent hours trying to figure out. I don’t think the concepts are overwhelming, but something is profoundly wrong with their documentation habits. Now someone in the comments here is saying v3 changes the way paths are read with regex? Lol, fuck Traefik, never again.
Awesome! Just updated without issues, I only had to make one tiny change to my config.
I might give this a go. Have been using bog standard ingress nginx for my k8s but have wanted to try a gateway supporting ingress product for a while.
Thanks op.
He… give it a Go. ;)
Found it out the hard way because I have automatic updates with watchtower… xD
I hope it went well :) i was completely ready to go back changing the image tag to v2 but didn’t need to.
Oof, that’s what killed my V1 setup lol
Definitely worth using specific versions on your docker images if you’re doing automatic updates.
traefik:mimolette
for example should keep you on 2.x versions while still getting patches and bug fixes.
If I’m not doing anything fancy and just use it for basic reverse proxy stuff for my docker containers, would I need to change stuff in the configs? Most of the stuff mentioned in the migration guide is about tls.caOptional stuff, which I don’t believe I use.
PathPrefix no longer being regex stood out
For real? Damn it that’s going to be painful.
All I had to do was remove one field to do with docker swarm which I don’t think I was using anyway.
Cool. I don’t have any swarm related config stuff.
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:
Fewer Letters More Letters HTTP Hypertext Transfer Protocol, the Web k8s Kubernetes container management package nginx Popular HTTP server
2 acronyms in this thread; the most compressed thread commented on today has 5 acronyms.
[Thread #730 for this sub, first seen 1st May 2024, 08:45] [FAQ] [Full list] [Contact] [Source code]
gui yet?
Yaml is better. But it has a dashboard.
Not necessarily just yaml — there are things yaml cannot do well, but even ignoring that, traefik can also use toml, or container labels — but rather, the entire concept of infrastructure as code is way better than GUIs. Infrastructure as code allows for much better linting, testing, and version controls thereby providing better stability and reproducibility.
Does it support Podman yet?