Answers To Kubernetes Interview Questions
Answers To Kubernetes Interview Questions
1. What is Kubernetes?
First, let us compare Kubernetes with Docker Swarm:
� Automatic scheduling
� Automated rollback
� Horizontal scaling
� Auto-healing capabilities
Prepare yourself for the industry with our Top DevOps Interview Questions and
Answers!
Go through the Best DevOps Course in New York to get a clear understanding of
DevOps!
Learn more on DevOps in this DevOps Training in Sydney to get ahead in your career!
8. What is a Heapster?
The Heapster lets us do the container cluster monitoring. It lets us do cluster-
wide monitoring and event data aggregation. It has native support for Kubernetes.
If you have any doubts or queries related to DevOps, get them clarified from DevOps
experts on our DevOps Community!
Interested in becoming a DevOps expert? Click here to learn more in this DevOps
Course in Toronto!
Prepare yourself for the DevOps certification with this comprehensive DevOps
Training in Hyderabad!
Internal load balancing: This is used for balancing the loads automatically and
allocating the pods with the required configuration.
External load balancing: This directs the traffic from the external loads to the
backend pods.
18. What does a kube-scheduler do?
The kube-scheduler has the job of assigning the nodes to the newly created pods.
We can set a static IP for Kubernetes load balancer by changing the DNS records
whenever Kubernetes Master assigns a new IP address.