In Kubernetes ⎈, are there hidden costs on running many cluster nodes?
(spoiler: yes)
CPU and Memory are divided into:
1. Operating system
2. Kubelet, CNI, CRI
3. Pods
4. Eviction threshold
Cost is not the only metric when choosing an instance type for your cluster, but it is certainly a factor.
If you're interested in exploring more about node sizes, we published an extensive article on our blog:
learnk8s.io/kubernetes-nod…
Links:
- Allocatable memory and CPU resources on GCP cloud.google.com/kubernetes-eng…
- AWS EKS AMI kubeReserved github.com/awslabs/amazon…
- AKS resource reservations docs.microsoft.com/en-us/azure/ak…
- Official docs kubernetes.io/docs/tasks/adm…