- Home
- All questions
- Question 444
CKA study material · question 444 of 1000
How does the kubelet treat files in the static Pod directory? Choose two.
Show the answer
Answer: B. It scans the directory periodically for new and removed manifests
A. It ignores files whose names begin with a dot
The kubelet rescans the directory and skips dotfiles, but it does not filter by extension.
Source: Create static Pods (Kubernetes) — Filesystem-hosted static Pod manifest