Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EndpointSlice Support #10617

Closed
pgold30 opened this issue Apr 5, 2023 Discussed in #10616 · 2 comments
Closed

EndpointSlice Support #10617

pgold30 opened this issue Apr 5, 2023 Discussed in #10616 · 2 comments

Comments

@pgold30
Copy link

pgold30 commented Apr 5, 2023

Discussed in #10616

Originally posted by pgold30 April 5, 2023
Description:
EndpointSlice is now enabled by default in Kubernetes and offers some solid performance benefits for clusters with large Endpoint sets. It might be worthwhile to support consuming EndpointSlice, at least as optional.

Envoy is designed for scale and the use case for endpointslice also.

The lack of EndpointSlices implementation is unfortunately impacting production for us now. Since Kubernetes v1.22, Services that exceed 1000 Pods/network endpoints, Endpoints are now being truncated to a maximum of 1000 items.
Im sure thttps://github.com/kubernetes/ingress-nginx/issues/6017#issuecomment-1170285796 are many other people with the same issue. (same here in Countour)

Outlining the pieces needed to implement this issue @arkodg pointed envoyproxy/gateway#35 (comment)

[Relevant Links:]
projectcontour/contour#2696.
This was shortly discussed envoyproxy/gateway#35 and envoyproxy/gateway#35 (comment)
This was fixed on Feb 15 for nginx-ingress kubernetes/ingress-nginx#8890

@hbagdi
Copy link
Member

hbagdi commented Apr 5, 2023

This probably belongs to https://github.com/Kong/kubernetes-ingress-controller.
cc @Kong/team-k8s

@rainest
Copy link
Contributor

rainest commented Apr 5, 2023

Duplicate of Kong/kubernetes-ingress-controller#1172

@rainest rainest closed this as not planned Won't fix, can't repro, duplicate, stale Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants