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

CKA study material · question 444 of 1000

How does the kubelet treat files in the static Pod directory? Choose two.

  1. It ignores files whose names begin with a dot
  2. It scans the directory periodically for new and removed manifests
  3. It processes only files ending in .yaml or .json
  4. It reads the directory once at startup
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

Challenge yourself on this topic → Study as cards