Module 2 Understanding Kubernetes Architecture Flashcards

1
Q

In Kubernetes, each node is made up of what pairs?

A

kube-proxy and kubelet

Each node is made up of a kubelet and kube-proxy.

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

What is Kubernetes?

A

Kubernetes is an open source software, a container orchestration platform and a tool that facilitates declarative management.

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

What component is part of the Kubernetes control plane?

A

etcd

The etcd is part of the Kubernetes control plane.

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

What are some of the benefits of an IBM Cloud Kubernetes service?

A

Some of the benefits include image security compliance with Vulnerability Advisor, support for multizone clusters, continuous monitoring of the cluster health, and highly available masters.

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

What is considered a Kubernetes object?

A

Namespace

Namespace is a Kubernetes object.

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

What occurs when adding more VMs to a cluster to increase capacity?

A

Scale out

Scaling out occurs when adding more VMs to a cluster.

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

Replicating a pod serves to scale an application in what way?

A

Horizontally

Replicating a Pod serves to scale an application horizontally.

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

What is the purpose of vertical scaling?

A

Vertical scaling is used to add capacity when resizing a VM.

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

What does “create” do in this command?

kubectl create –f nginx.yaml

A

The “create” command creates an object using the details in the nginx.yaml file.

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

What Kubernetes object represents a single instance of processes running in a container?

A

Pod

A Pod represents a single instance of processes running in a container.

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