CV0-003 · Question #751
A systems administrator needs to modify the replication factors of an automated application container from 3 to 5. Which of the following file types should the systems administrator modify on the…
The correct answer is A. .yaml. A YAML file is a human-readable data serialization format. It is often used to configure applications and services. In Kubernetes, the replication factor of an automated application container is defined in the YAML file for the application.
Question
A systems administrator needs to modify the replication factors of an automated application container from 3 to 5. Which of the following file types should the systems administrator modify on the master controller?
Options
- A.yaml
- B.txt
- C.conf
- D.etcd
How the community answered
(49 responses)- A94% (46)
- C2% (1)
- D4% (2)
Explanation
A YAML file is a human-readable data serialization format. It is often used to configure applications and services. In Kubernetes, the replication factor of an automated application container is defined in the YAML file for the application.
Topics
Community Discussion
No community discussion yet for this question.