CV0-003 · Question #653
In an existing IaaS instance, it is required to deploy a single application that has different versions. Which of the following should be recommended to meet this requirement?
The correct answer is A. Deploy using containers.. Containers are a lightweight virtualization technology that allows you to run multiple applications on the same host machine. This is because containers share the operating system kernel of the host machine, which reduces the amount of resources that each container needs. This ma
Question
In an existing IaaS instance, it is required to deploy a single application that has different versions. Which of the following should be recommended to meet this requirement?
Options
- ADeploy using containers.
- BInstall a Type 2 hypervisor.
- CEnable SR-IOV on the host.
- DCreate snapshots.
How the community answered
(22 responses)- A82% (18)
- B5% (1)
- C5% (1)
- D9% (2)
Explanation
Containers are a lightweight virtualization technology that allows you to run multiple applications on the same host machine. This is because containers share the operating system kernel of the host machine, which reduces the amount of resources that each container needs. This makes containers a good option for deploying multiple versions of the same application on the same IaaS instance. Each version of the application can be deployed in its own container, and the containers can be isolated from each other.
Topics
Community Discussion
No community discussion yet for this question.