Question 1
What is Kubernetes?
Beginner
How to answer in an interview
Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications across a cluster of machines. It handles tasks like scheduling containers, self-healing failed instances, load balancing, and rolling updates, abstracting away much of the operational complexity of running containers at scale.
Explain like I am 5
Kubernetes is like an automatic manager for a bunch of boxes (containers), deciding where they go, restarting them if they break, and making sure there are always enough copies running.