kubectl describe pod shows: The node was low on resource: memory. Threshold quantity: 100Mi, available: <value>. "v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice".VMware vSphere Kubernetes Service
The issue is caused by a version mismatch between the Contour package and the Kubernetes API. Contour 1.28.2 and lower versions utilize the legacy v1.Endpoints API. In Kubernetes 1.33+, this legacy API triggers a "fan-out" serialization overhead when pushing endpoint updates to multiple Envoy replicas (e.g., 15+ replicas). The resulting memory spike exceeds the pod's resource limits or the node's available memory, triggering the Kubelet eviction process.
Upgrade the Contour package to version 1.30 or higher which is compatible with Kubernetes 1.33+ clusters, and, supports the more efficient EndpointSlice API.