Hacker News new | ask | show | jobs
by cmckn 220 days ago
The Ingress API has been on ice for like 5 years. The core Kubernetes API doesn't change that much, at least these days. There's an infinite number of (questionable) add-ons you can deploy in your cluster, and I think that's mostly where folks get stuck in the mud.
3 comments

But the Gateway API has only been generally available for two years now. And the last time I checked, most managed K8S solutions recommend the Ingress API while Gateway support is still experimental.
We also now have multiple full featured Ingress implementations that work better than the old nginx-ingress
> doesn’t change that much

Yet they are retiring a core Ingress that has been around for almost as long as Kubernetes has.

They are not retiring the API. Nginx Ingress is one of the many projects that implements this API, and you are free to migrate to another implementation.
And here's me still using OpenShift routes... :)