TL;DR: Not all CPU and memory in your Kubernetes nodes can be used to run Pods.
How resources are allocated in cluster nodes
Pods deployed in your Kubernetes cluster consume memory, CPU and storage resources.
However, not all resources in a Node can ...