Jeremy's IT Lab CCNA Containers (Part 2) Day 54

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
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:35 AM on 7/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

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

Containers

2
New cards

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

container orchestrator

3
New cards

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

VM

4
New cards

A container engine is run on a [...].

host OS (ie. Linux)

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

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

container engine

8
New cards

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

container orchestrator

9
New cards

Kubernetes is an example of a [software type].

container orchestrator

10
New cards

Which boots up faster, a VM or a container?

a container

11
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

12
New cards

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

a VM

13
New cards

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

a VM