but TBH i also wiped all my comments clean using powerdeletesuite

  • HTTP_404_NotFound
    link
    fedilink
    English
    2
    edit-2
    1 year ago

    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.

    • vortic
      link
      English
      11 year ago

      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.

      • HTTP_404_NotFound
        link
        fedilink
        English
        2
        edit-2
        1 year ago

        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.