nerdexam
CompTIA

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.

Deployment

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)
  • A
    94% (46)
  • C
    2% (1)
  • D
    4% (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

#Kubernetes#YAML#replication factor#container orchestration

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice