CompTIACompTIA
XK0-005 · Question #351
XK0-005 Question #351: Real Exam Question with Answer & Explanation
The correct answer is B: Container orchestration. This question asks for a best practice when using definition files for provisioning Linux servers to the cloud.
Scripting, Containers, and Automation
Question
Which of the following is considered best practices when using definition files for the provisioning of Linus servers to the cloud?
Options
- ABuild automation
- BContainer orchestration
- CInfrastructure as code
- DContinuous integration
Explanation
This question asks for a best practice when using definition files for provisioning Linux servers to the cloud.
Common mistakes.
- A. Build automation focuses on compiling code and creating artifacts, which is a step in the software development lifecycle, but not the primary best practice for defining and deploying cloud server infrastructure.
- C. Infrastructure as Code (IaC) is a foundational concept for managing infrastructure with code, but in modern cloud deployments, container orchestration represents a more specific best practice for managing applications on those provisioned Linux servers.
- D. Continuous integration is a development practice focused on frequently integrating code changes, separate from the best practices for provisioning and defining cloud server infrastructure using definition files.
Concept tested. Best practices for cloud server provisioning with containerized workloads
Reference. https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/
Topics
#Container orchestration#Cloud provisioning#Declarative configuration#Linux servers
Community Discussion
No community discussion yet for this question.