Skip to content

Upcoming deprecation of ingress-nginx #3639

@minrk

Description

@minrk

ingress-nginx is going to end support in March.

2i2c discussion on the same topic: 2i2c-org/infrastructure#7106

I see 3 main options:

Summary from my experiments:

  • Gateway migration seems to be "the future" but it doesn't really seem like the future is now. In a lot of ways, the Gateway API is worse for our use case than Ingress, because we don't have any of the problems it tries to solve. Also, BinderHub doesn't support Gateway API yet (it should and isn't hard), but everything else we deploy does.
  • F5 nginx-ingress chart seems least disruptive, since it's the same thing, with config expressed a little differently
  • traefik would probably be simplest, since it's builtin to k3s, but hardest to customize if we do it that way (since it's builtin to k3s, not part of our CD pipeline), but it's vulnerable to being run by a single VC-backed company, which have a habit of pulling the rug out from under users.

I have deployed a JupyterHub migration to traefik and another to envoy-gateway. Both went fine, traefik was easy while envoy-gateway took some figuring out and a lot more manual and redundant configuration. But what I actually think we should do here is switch to F5 nginx, which also happens to be the only one I haven't done.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions