- Home
- All questions
- Question 366
CKA study material · question 366 of 1000
kubectl describe node shows both Capacity and Allocatable. What is the difference?
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