When pod goes to evicted state and how to overcome this issue

Nitin Gupta:
guys any idea when any pod goes to evicted state and how to overcome this isuse

Shang:
Check the kubelet logs. Generally it is because the resource (memory/cpu/disk) pressure on the node.
• Adjust pod resource usage
• Increase resource
• Adjust the qos for the pod

Nitin Gupta:
thanks shang