Podcast
Questions and Answers
___________ is a portable, extensible, open-source platform for managing containerized workloads and services—with a framework to run distributed systems resiliently.
___________ is a portable, extensible, open-source platform for managing containerized workloads and services—with a framework to run distributed systems resiliently.
Kubernetes
Cloud computing is considered to be an operational cost(OpEx) to customers. This is due to the fact that cloud computing operates on a __________ model.
Cloud computing is considered to be an operational cost(OpEx) to customers. This is due to the fact that cloud computing operates on a __________ model.
consumption-based
The Docker command required to create a new image from a container image is ______________.
The Docker command required to create a new image from a container image is ______________.
commit
The Docker command required to launch the Docker daemon is _________.
The Docker command required to launch the Docker daemon is _________.
Signup and view all the answers
Version control for virtual machines is done through a central hub.
Version control for virtual machines is done through a central hub.
Signup and view all the answers
When using virtual machines, the Docker Engine is substituted by ________ .
When using virtual machines, the Docker Engine is substituted by ________ .
Signup and view all the answers
A Docker Image is a read-only file with a bunch of instructions. When these instructions are executed, it creates a Docker container.
A Docker Image is a read-only file with a bunch of instructions. When these instructions are executed, it creates a Docker container.
Signup and view all the answers
Study Notes
Containerization Platform
- Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services—with a framework to run distributed systems resiliently.
Cloud Computing Cost Model
- Cloud computing operates on an operational expenditure (OpEx) model, making it an operational cost to customers.
Docker Commands
- The Docker command to create a new image from a container image is
docker commit
. - The Docker command to launch the Docker daemon is
dockerd
.
Virtual Machines
- Version control for virtual machines is done through a central hub.
- When using virtual machines, the Docker Engine is substituted by a hypervisor.
Docker Image and Container
- A Docker Image is a read-only file containing a set of instructions.
- When these instructions are executed, it creates a Docker container.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.