Virtual Machines

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

What are the 5 different companies and their VM template formats?

Microsoft: VM Template

VMware: .vmx .vmdk,

OVF/OVA

Cloud: JSON/YAML

Container: OCI/Docker (JSON)

2
New cards

What is bootstrapping?

Automated process of provisioning a VM with unique settings and configs

3
New cards

What are the 2 popular bootstrapping technologies?

Cloud-init, anaconda+kickstart

4
New cards

What file stores the cloud-init configuration?

/etc/cloud/cloud.cfg

5
New cards

What is anaconda?

An installation program that guides the installation process

6
New cards

What does kickstart do?

Automates the anaconda installation process

7
New cards

What are the 2 disk configuration methods?

Thick and thin

8
New cards

What is the difference between thick and thin provisioning?

Thick pre-allocates all the specified storage space, while thin allocates only what the system needs

9
New cards

What are the 2 Virtual disk volume boot options?

Persistent and non-persistent

10
New cards

What are the 3 popular VM management tools?

libvirt, virsh, vmm

11
New cards

What are the 3 config stages used by cloud-init?

init, config, final

12
New cards

What is an OVA?

A single file that has all the files that make up an OVF using TAR