- Home
- All questions
- Question 625
CKA study material · question 625 of 1000
An engineer sets KUBECONFIG to two file paths separated by a colon on Linux. What does kubectl do?
Show the answer
Answer: B. It merges the files into one effective configuration
KUBECONFIG holds a colon-separated list on Linux and macOS, and kubectl merges the listed files. Only the --kubeconfig flag turns merging off.
Source: Organizing Cluster Access Using kubeconfig Files (Kubernetes) — The KUBECONFIG environment variable