You are on page 1of 2

1. How is Kubernetes different from Docker Swarm?

2. What is Kubernetes?
3. How is Kubernetes related to Docker?
4. What is the difference between deploying applications on hosts and containers?
5. What is Container Orchestration?
6. What is the need for Container Orchestration?
7. What are the features of Kubernetes?
8. How does Kubernetes simplify containerized Deployment?
9. What do you know about clusters in Kubernetes?
10. What is Google Container Engine?
11. What are the different components of Kubernetes Architecture?
12. What do you understand by Kube-proxy?
13. What is the role of kube-apiserver and kube-scheduler?
14. Can you brief about the Kubernetes controller manager?
15. What is ETCD?
16. What do you understand by load balancer in Kubernetes?
17. What is Ingress network, and how does it work?
18. What is Container resource monitoring?
19. What is the difference between a replica set and replication controller?
20. What is a Headless Service?
21. What are the best security measures that you can take while using Kubernetes?
22. What are federated clusters?

23. Which of them is a Kubernetes Controller?


ReplicaSet
Deployment
Rolling Updates
Both ReplicaSet and Deployment[Ans]

24. Kubernetes cluster data is stored in which of the following?


Kube-apiserver
Kubelet
Etcd[Ans]
None of the above

25. Which of the following are core Kubernetes objects?


Pods
Services
Volumes
All of the above[Ans]

26. The Kubernetes Network proxy runs on which node?


Master Node
Worker Node
All the nodes[Ans]
None of the above

27. What are the responsibilities of a node controller?


To assign a CIDR block to the nodes
To maintain the list of nodes
To monitor the health of the nodes
All of the above[Ans]

28. What are the responsibilities of Replication Controller?


Update or delete multiple pods with a single command
Helps to achieve the desired state
Creates a new pod, if the existing pod crashes
All of the above[Ans]

29. How to define a service without a selector?


Specify the external name[Ans]
Specify an endpoint with IP Address and port
Just by specifying the IP address
Specifying the label and api-version

30. Define node in Kubernetes?


31. What is the work of a kube-scheduler?
32. Define daemon sets?
33. Define Heapster in Kubernetes?
34. Define Kubernetes controller manager?
35. Why use Kubernetes?
36. What are the features of Kubernetes?
37. Mention the types of controller managers?
38. List various services available in Kubernetes?
39. Define Cluster IP?
40. Define kubelet?
41. What is Kube-proxy?
42. What is GKE?
43. Why load balancer is needed?
44. What is minikube?
45. List out some important Kubectl commands.

kubectl annotate
kubectl cluster-info
kubectl attach
kubectl apply
kubectl config
kubectl autoscale
kubectl config current-context
kubectl config set.

46. What is a Namespace in Kubernetes?


47. Name the initial namespaces from which Kubernetes starts?
48. What is Kubectl?
49. How to get the central logs from POD?
50. Why use namespaces? What is the problem with using the default namespace?

You might also like