- Home
- All questions
- Question 486
CKA study material · question 486 of 1000
kubectl cp fails against a container. What is the most likely missing dependency?
Show the answer
Answer: A. The tar binary inside the container image
kubectl cp requires tar in the image; without it the copy fails, and piping through kubectl exec is the fallback.
Source: kubectl Quick Reference (Kubernetes) — Copying files and directories to and from containers