Containers | Day 54 (part two)

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:40 PM on 5/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

Kubernetes is an example of a [software type].

container orchestrator

2
New cards

Docker Swarm is an example of a [software type].

container orchestrator

3
New cards

Docker Engine is an example of a [software type].

container engine

4
New cards

[…] are software packages that contain an app and all dependencies for the app to run.

Containers

5
New cards

Containers [do/do not] run an OS in the container.

do not

6
New cards

Containers run on top of a [software type].

container engine

7
New cards

A container engine is run on a […].

host OS (ie. Linux)

8
New cards

A […] is a software platform for automating the deployment, management, scaling etc. of containers.

container orchestrator

9
New cards

Which boots up faster, a VM or a container?

a container

10
New cards

Which takes up more disk space, a VM or a container?

a VM

11
New cards

Which uses more CPU/RAM, a VM or a container?

a VM

12
New cards

Which is more isolated, a VM or a container?

a VM *because each VM runs its own OS, whereas containers all share the same OS

13
New cards

A [VM/container] runs its own OS instance.

VM