Kubernetes (K8s) is one of the most popular technologies out there! This open-source system for automating deployment, scaling, and management of containerized applications is a must-know for every DevOps and SysOps engineer out there.


Question 1

Correct Answers: 1/4

Which service runs on each Kubernetes node and ensures containers are running in a pod?


Question 2

Correct Answers: 1/4

Which component manages the assigning nodes to pods depending on resource availability?


Question 3

Correct Answers: 1/4

Deployment Controllers are part of


Question 4

Correct Answers: 1/4

Which special namespace is used for special purposes like bootstrapping a cluster?


Question 5

Correct Answers: 1/4

What language was Kubernetes written in?


Question 6

Correct Answers: 1/4

An abstraction in kubernetes which defines a logical set of pods and a policy to access them.


Question 7

Correct Answers: 1/4

Which command is used to create a deployment in Kubernetes?


Question 8

Correct Answers: 1/4

Which command is used to create a Kubernetes service?


Question 9

Correct Answers: 1/3

The kube-apiserver on Kubernetes master is designed to scale:


Question 10

Correct Answers: 1/4

Cronjobs in kubernetes run in


Finish Quiz