1/12
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Kubernetes is an example of a [software type].
container orchestrator
Docker Swarm is an example of a [software type].
container orchestrator
Docker Engine is an example of a [software type].
container engine
[…] are software packages that contain an app and all dependencies for the app to run.
Containers
Containers [do/do not] run an OS in the container.
do not
Containers run on top of a [software type].
container engine
A container engine is run on a […].
host OS (ie. Linux)
A […] is a software platform for automating the deployment, management, scaling etc. of containers.
container orchestrator
Which boots up faster, a VM or a container?
a container
Which takes up more disk space, a VM or a container?
a VM
Which uses more CPU/RAM, a VM or a container?
a VM
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
A [VM/container] runs its own OS instance.
VM