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
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
Labels
B
Toleration
C
Deployments
D
Annotations
E
Taints
Question 1 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.
Question 2
Why is Kubernetes abbreviated as K8s?
A
There are 8 letters between K & S.
B
Kubernetes is the pilot of a ship of containers.
C
Kubernetes was born out of a Google project called Kate's.
D
In Greek Kubernetes means 8.
E
The name is difficult to pronounce.
Question 3
Which Programing language is Kubernetes written in?
A
Python
B
C++
C
Go
D
Ruby
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
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
Pod
B
Cell
C
Diego
D
Cluster
E
ReplicaSet
Question 5
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
Namespaces
B
Cgroups
C
Mesos
D
Borg
E
12factors
Question 5 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.
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.