There was new kubernetes deployment created automatically with 1000 replicas. The same issue occurred a few months ago and then I deleted that kubernetes-cli deployment and pods. After a few months, again I faced this issue, how to prevent this, can anyone help on this.
Here I monitored kubernetes events with "kubectl get events" command. Relevant events as bellow.
kubectl describe node nodeName
if you just have one node. I see your other pods are in Pending state, maybe the resource is exhausted. – Charles Xu