Answer these 5 simple questions on Kubernetes and test your knowledge about the container orchestration tool.
Start
Congratulations - you have completed Kubernetes Quiz 1.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Your answers are highlighted below.
Question 1
In 2007 Google contributed an important feature to the Linux Kernel, which limits the resources used by collection of processes, and is at the core of today's containers. Which is that feature?
A
Borg
B
Mesos
C
12factors
D
Cgroups
E
Namespaces
Question 1 Explanation:
Google contributed Control Groups to the Linux kernel in 2007, which limits the resources used by collections of processes. Cgroups and Linux namespaces are at the heart of containers today, including Docker. Refer https://en.wikipedia.org/wiki/Cgroups for details.
Question 2
Although Kubernetes is an orchestration system to deploy and manage containers, the containers are not managed individually, instead they are part of a larger object called:
A
Cell
B
Pod
C
ReplicaSet
D
Diego
E
Cluster
Question 3
Which Programing language is Kubernetes written in?
A
Go
B
Ruby
C
C++
D
Python
E
Java
Question 3 Explanation:
The Kubernetes project is open source and is written in the Go programming language. You can browse its source code on GitHub at https://github.com/kubernetes/kubernetes.
Question 4
Why is Kubernetes abbreviated as K8s?
A
Kubernetes was born out of a Google project called Kate's.
B
In Greek Kubernetes means 8.
C
There are 8 letters between K & S.
D
Kubernetes is the pilot of a ship of containers.
E
The name is difficult to pronounce.
Question 5
Kube Metadata have a space which remains with the object but cannot be used by Kubernetes commands and is rather utilized by third party agents or tools. What are we talking about?
A
Taints
B
Deployments
C
Annotations
D
Toleration
E
Labels
Question 5 Explanation:
Kubernetes annotations can be used to attach arbitrary non-identifying metadata to objects. Clients such as tools and libraries can use this metadata. Refer https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations for details.
Once you are finished, click the button below. Any items you have not completed will be marked incorrect.
Get Results
There are 5 questions to complete.
←
List
→
Return
Shaded items are complete.
1
2
3
4
5
End
Return
You have completed
questions
question
Your score is
Correct
Wrong
Partial-Credit
You have not finished your quiz. If you leave this page, your progress will be lost.