Module 3 Flashcards

1
Q

What is a container?

A

A container can be thought of as packaging up your application source code dependencies, like runtimes, binaries, libraries, and data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an image?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

OpenShift is based on

A

the open source OKD Project which is the community distribution of Kubernetes that powers OpenShift

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is openshift?

A

OpenShift is a layer that is built on top of Kubernetes which makes working with it much easier.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Cloud foundry

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

BM Cloud Functions

A

is a Functions-as-a-Service (FaaS) programming platform built on the open source project Apache OpenWhisk.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Cloud functions are comprised of

A

Actions, triggers, and sequences

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which of these is a characteristic of a container?

A

A package that contains application source code dependencies, like runtimes, binaries, libraries, and data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A ______ is configured to communicate with a specific Kubernetes cluster.

A

container

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which of the following are benefits of containers?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Kubernetes is an open source container orchestration project that simplifies everything associated with deploying and managing ______.

A

Containers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which of the followingare characteristics of Kubernetes?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

OpenShift is based on which open source project?

A

OKD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which of these is a feature of OpenShift?

A

Issues quarterly releases with the latest being 4.4 based on 1.17.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the building blocks of serverless architecture?

A

Actions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What type of platform is the IBM Cloud Functions offering?

A

FaaS

17
Q

All of these are characteristic of serverless computing

A
  • Refers to building and running applications that do not require server management.
  • Enables a simpler, more cost-effective way to build and operate cloud-native applications.
  • Describes a finer grade deployment model where applications are bundled as one or more functions.