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
Is your feature request related to a problem? Please describe.
Users may run into issues when running large scale workloads using Azure CNI by Cilium due to load on API-server and/or provider infra implementations.
Describe the solution you'd like
Helps improve pod networking performance by batching of CiliumEndpoint (CEP) objects in the cluster and achieves better scalability. Reduce the number of updates sent to the API server to improve scalability and efficiency in large Kubernetes clusters.
quantumn-a5
changed the title
[Feature] [Feature] Support for CiliumEndpointSlices with Azure CNI by Cilium
[Feature] Support for CiliumEndpointSlices with Azure CNI by Cilium
Feb 21, 2025
Is your feature request related to a problem? Please describe.
Users may run into issues when running large scale workloads using Azure CNI by Cilium due to load on API-server and/or provider infra implementations.
Describe the solution you'd like
Helps improve pod networking performance by batching of CiliumEndpoint (CEP) objects in the cluster and achieves better scalability. Reduce the number of updates sent to the API server to improve scalability and efficiency in large Kubernetes clusters.
Additional context
(https://docs.cilium.io/en/latest/network/kubernetes/ciliumendpointslice/)
The text was updated successfully, but these errors were encountered: