Kubernetes 101 quiz

Quiz
•
Computers
•
12th Grade
•
Medium
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
Cluster > Nodes > Pods
Pods > Cluster > Nodes
Answer explanation
Cluster > Nodes > Pods
Cluster = foundation
Nodes = live on clusters
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
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
Similar Resources on Wayground
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade