Warning: Some posts on this platform may contain adult material intended for mature audiences only. Viewer discretion is advised. By clicking ‘Continue’, you confirm that you are 18 years or older and consent to viewing explicit content.
Integrates REALLY well/extremely easily with docker/kubernetes. (Which- is where 98% of my reverse proxy usage is)
Although, even the services I don’t have running in my k8s cluster… are still proxied through the traefik in my k8s cluster, as I really enjoy the manifest-based configuration and deployments.
I’ll have to give it a closer look. I’ve been using ingress-nginx in my k8s clusters, but one of my colleagues has been recommending that I take a look at traefik.
Integrates REALLY well/extremely easily with docker/kubernetes. (Which- is where 98% of my reverse proxy usage is)
Although, even the services I don’t have running in my k8s cluster… are still proxied through the traefik in my k8s cluster, as I really enjoy the manifest-based configuration and deployments.
I’ll have to give it a closer look. I’ve been using ingress-nginx in my k8s clusters, but one of my colleagues has been recommending that I take a look at traefik.
Either option will work, I just prefer using docker’s ingressroute CRDs. Also, docker can be used as the default ingress controller as well.
It does have a simple rudimentary dashboard as well.
That dashboard looks handy. The lack of one for ingress-nginx is frustrating.
https://nginxproxymanager.com/
There is this
Thank you, I hadn’t looked around in quite a while I guess. That is getting deployed tomorrow!
There is also this-
https://roxy-wi.org/screenshots#gallery-1
It supposedly works on nginx,haproxy,apache SO, you can have a mixture of haproxy, nginx, apache etc…
(Edited, doesn’t work on traefik)