Kubernetes my-nginx example runs at 100% CPU on nodes

10/28/2015

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?

-- Simon Williamson
amazon-ec2
amazon-web-services
kubernetes
nginx

1 Answer

10/28/2015

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?

-- Tim Hockin
Source: StackOverflow