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

CKA study material · question 445 of 1000

An administrator copies kube-apiserver.yaml to kube-apiserver.yaml.backup inside the manifests directory. What happens?

  1. The original manifest is replaced
  2. A second copy of the component starts
  3. The backup is ignored because of its extension
  4. The kubelet refuses to start
Show the answer

Answer: B. A second copy of the component starts

There is no filtering by file extension, so the backup is treated as another static Pod manifest.

Source: Create static Pods (Kubernetes) — Filesystem-hosted static Pod manifest

Challenge yourself on this topic → Study as cards