Module 3 Flashcards
What is a container?
A container can be thought of as packaging up your application source code dependencies, like runtimes, binaries, libraries, and data.
What is an image?
A packaged up container is called an image. A container image is stored in a registry as a read-only static file that includes executable code, libraries, and dependencies that are required by an application to run.
OpenShift is based on
the open source OKD Project which is the community distribution of Kubernetes that powers OpenShift
What is openshift?
OpenShift is a layer that is built on top of Kubernetes which makes working with it much easier.
Cloud foundry
has a container-based architecture that runs apps in any programming language and allows the use of existing tools to deploy apps to Cloud Foundry without modifying the code. Foundry is an example of a Platform-as-a-Service (PaaS) offering.
BM Cloud Functions
is a Functions-as-a-Service (FaaS) programming platform built on the open source project Apache OpenWhisk.
Cloud functions are comprised of
Actions, triggers, and sequences
Which of these is a characteristic of a container?
A package that contains application source code dependencies, like runtimes, binaries, libraries, and data.
A ______ is configured to communicate with a specific Kubernetes cluster.
container
Which of the following are benefits of containers?
A.Can run uniformly consistent across any platform or cloud.B.Share the host operating system kernel increasing speed and efficiency.C.Provide increased security and isolation
Kubernetes is an open source container orchestration project that simplifies everything associated with deploying and managing ______.
Containers
Which of the followingare characteristics of Kubernetes?
A.Uses automated rollouts and rollbacks to deploy and manage containers.
B.Scales services up or down automatically based on utilization.
D.Monitors the health of services to prevent bad rollouts.
OpenShift is based on which open source project?
OKD
Which of these is a feature of OpenShift?
Issues quarterly releases with the latest being 4.4 based on 1.17.
What are the building blocks of serverless architecture?
Actions