Skip to content

Consider switching from Nginx to Traefik #2174

@lunika

Description

@lunika

Feature Request

This issue is a reminder to explore this possibility, not a hard requirement.

Is your feature request related to a problem or unsupported use case? Please describe.

We are having trouble scaling WebSockets using Nginx. Nginx is not easy to configure with WebSocket. And we have a hard requirement with the usage of the Nginx module ngx_http_auth_request_module.

Describe the solution you'd like

Traefik managed WebSocket natively, The auth_request module can be replaced by the Traefik ForwardAuth middleware.

In Kubernetes, we have to investigate between the Traefik ingress and the Kubernetes CRD installation. The CRD seems to be more configurable and probably have no downtime when the configuration is changed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureadd a new feature

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions