Kubernetes 101  quiz

Kubernetes 101 quiz

12th Grade

12 Qs

quiz-placeholder

Similar activities

Chapter 3: Network Topology

Chapter 3: Network Topology

12th Grade - University

15 Qs

Mountkirk Games

Mountkirk Games

12th Grade

7 Qs

Test-1 S.Y.B.Sc.(CS)Div.-A DS-II

Test-1 S.Y.B.Sc.(CS)Div.-A DS-II

12th Grade

12 Qs

Technical Terms - Internet (A-Z) - DOM

Technical Terms - Internet (A-Z) - DOM

12th Grade

10 Qs

AL2TP

AL2TP

4th Grade - University

11 Qs

Ruta al KCNA: Application Delivery

Ruta al KCNA: Application Delivery

9th - 12th Grade

12 Qs

Spark

Spark

12th Grade

12 Qs

Bonjour Debrief

Bonjour Debrief

9th - 12th Grade

10 Qs

Kubernetes 101  quiz

Kubernetes 101 quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Alex Ewings

Used 4+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Kubernetes?

A database management system

An container orchestration platform

A programming language

A virtualization platform

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the following depicts the correct symbiotic relationship of each of the 3 Major Architectural components of kubernetes ?

(select the correct hierarchy - largest component > x > to the smallest)

Nodes > Cluster > pods

  1. Cluster > Nodes > Pods

  1. Pods > Cluster > Nodes

Answer explanation

  1. Cluster > Nodes > Pods

  1. Cluster = foundation 

  2. Nodes = live on clusters 

  3. Pods = smallest deployable units which live on nodes

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Regarding Control-plane node components, which component is absolutely necessary for you to be able to run kubectl commands to interact with the cluster?

Kube Scheduler

Etcd

Kube API Server

 Kube Controller Manager

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

This component acts as the distributed brain of a Kubernetes cluster, providing a reliable and consistent storage solution for configuration data and serves as a mechanism for coordinating and synchronizing actions across the various components of the cluster

Which control-plane node component does this describe

(fill in the blank)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which control-plane node component watches for newly created Pods that have no assigned nodes and selects a worker node for them to run on.

Container runtime

Kube Scheduler

Cloud Controller Manager

Kube Controller Manager

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. Which architectural component is the most responsible for managing and running pods and specifically handles the execution of containerized workloads

Cluster

Control-plane Nodes

Worker Nodes

Answer explanation

worker nodes are responsible for executing the containers within pods and ensuring that the desired state is maintained

control plane nodes focus on the management, coordination, and configuration of the cluster, Control plane nodes are not responsible for running or directly managing the execution of containers within pods.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 Each worker node has three crucial components, what are they?

Cloud Controller Manager,

  • Etcd,

  • kube-proxy

kube scheduler,

kube-proxy

container runtime,

 kubelet,

container runtime,

kube-proxy

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?