How to calculate Node Allocatable Resources for Kubernetes cluster?
问题 We have a cluster where nodes are out of resources leading to slowness and over-committing issues. This is forcing us to restart the nodes frequently. We are planning to enforce a node allocatable resource policy to split the available CPU, Memory and Ephemeral Storage between system, kubelet, and application pods. Came across some guidelines on allocatable resource calculation here. It does not specify how much is the split between system and kubelet resources. Also, we are on open shift and