- Home
- All questions
- 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?
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