XK0-005 · Question #78
XK0-005 Question #78: Real Exam Question with Answer & Explanation
The correct answer is A: Infrastructure as code. with IaC, teams make changes to the environment description and version the configuration model, which is typically in well-documented code formats such as JSON. The release pipeline executes the model to configure target environments. If the team needs to make changes, they edit
Question
A Linux administrator is using a public cloud provider to host servers for a company's website. Using the provider's tools, the administrator wrote a JSON file to define how to deploy the servers. Which of the following techniques did the administrator use?
Options
- AInfrastructure as code
- BBuild automation
- CPlatform as a service
- DAutomated configuration
Explanation
with IaC, teams make changes to the environment description and version the configuration model, which is typically in well-documented code formats such as JSON. The release pipeline executes the model to configure target environments. If the team needs to make changes, they edit the source, not the target.
Topics
Community Discussion
No community discussion yet for this question.