XK0-005 · Question #351
Which of the following is considered best practices when using definition files for the provisioning of Linus servers to the cloud?
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.
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
How the community answered
(32 responses)- A19% (6)
- B69% (22)
- C3% (1)
- D9% (3)
Why each option
This question asks for a best practice when using definition files for provisioning Linux servers to the cloud.
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.
In modern cloud environments, a best practice for consuming Linux servers, especially for applications, involves deploying them as part of a containerized ecosystem. Using definition files for container orchestration (e.g., Kubernetes manifests) allows for declarative management of applications and their underlying Linux server resources, ensuring scalable, resilient, and consistent deployments.
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.
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
Source: https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/
Topics
Community Discussion
No community discussion yet for this question.