Q.1.
What is the correct fqdn for service "nginx" in namespace "app"?
Q.2.
What was Kubernetes called before it got opensource?
Q.3.
Kubernetes allows you to manage container clusters in multiple cloud providers.
Q.4.
What is a Kubernetes volume?
Q.5.
Select the first release version of kubernetes in 2021?
Q.6.
Which of the following are core Kubernetes objects?
Q.7.
Which of the following are NOT a Container Orchestrators?
Q.8.
What is the most basic kubernetes object? select the correct answer
Q.9.
Which project inspired kubernetes? select the correct answer
Q.10.
What is the SLA of EKS API server endpoint?
Q.11.
What is a pod in Kubernetes and what does it do?
Q.12.
What is a kubelet?
Q.13.
In EKS Fargate Launch type, AWS manages both Control and Data Plane
Q.14.
The story of how A came to be starts here. For years, B had been quietly building a cluster management system called C, which runs hundreds of thousands of jobs and makes computing more efficient. The same infrastructure was used to deliver D. Impressed by the scalability and portability of C, engineers at B wanted to make it open source and they named the project E (in an homage to the original name, this is also why A’s logo has seven sides)
Q.15.
Logging of EKS control plane is enabled by default
Q.16.
Which among the following is NOT a control plane component?
Q.17.
The type of architecture in which your application is divided into multiple components and there's no single point of failure is known as
Q.18.
Kubernetes was originally designed and developed by which of the following company?
Q.19.
A container can consist of one or multiple pods.
Q.20.
Kubernetes has it's own DNS service. Consider a service "a" running in the namespace "b". There's another service "c", which is running in the namespace "d". How would the service "c" query service "a"?