Study. uk . com
  1. Home
  2. All questions
  3. Question 366

CKA study material · question 366 of 1000

kubectl describe node shows both Capacity and Allocatable. What is the difference?

  1. Allocatable is what workloads can claim after system reservations
  2. Allocatable is the total hardware and Capacity is what is free
  3. They are identical on Linux nodes
  4. Capacity excludes memory used by running Pods
Show the answer

Answer: A. Allocatable is what workloads can claim after system reservations

Capacity is the machine's total; Allocatable is what remains for workloads after system reservations.

Source: Troubleshooting Clusters (Kubernetes) — Example: debugging a down/unreachable node

Challenge yourself on this topic → Study as cards