nerdexam
LPI

305-300 · Question #109

Which of the following tools is not typically used for VM provisioning and image creation?

The correct answer is A. Kubernetes. VM provisioning and image creation tools are used to build, configure, and initialize virtual machine images. According to virtualization documentation, Packer is specifically designed for automated image creation, Vagrant is used for provisioning reproducible development…

Virtualization

Question

Which of the following tools is not typically used for VM provisioning and image creation?

Options

  • AKubernetes
  • BVagrant
  • CPacker
  • Dcloud-init

How the community answered

(30 responses)
  • A
    80% (24)
  • B
    7% (2)
  • C
    3% (1)
  • D
    10% (3)

Explanation

VM provisioning and image creation tools are used to build, configure, and initialize virtual machine images. According to virtualization documentation, Packer is specifically designed for automated image creation, Vagrant is used for provisioning reproducible development environments, and cloud- init is used to configure instances at first boot. Kubernetes, however, is a container orchestration platform, not a VM provisioning or image creation tool. It manages containerized workloads after infrastructure has already been Documentation clearly separates infrastructure provisioning tools from application orchestration platforms. As such, Kubernetes is not typically used for VM provisioning or image creation.

Topics

#VM provisioning#Packer#Vagrant#cloud-init

Community Discussion

No community discussion yet for this question.

Full 305-300 Practice