You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
The text was updated successfully, but these errors were encountered: