I deployed the Kubernetes nginx sample to AWS. In the Kube UI, I see the nodes running the nginx pod running at 100% CPU? Why is it doing that?
Something in the pod must be in a loop. If you run top
on that node, I assume that shows some process consuming CPU - what is it?