Kubernets interview questions & Answers
1. What Exactly is Kubernetes and why it is so popular for container orchestration? Kubernetes orchestration platform where basically you can manage the life cycle of your deployment, your application in a single environment and then you can basically manage the application life cycle easily even you can do that in non-kubernetes environment as well but here things are there are lot of tools but here things are there are lot of tools like you can manage the configuration very easily using Helm chart and then you can write lot of operators, you can also write operators custom the way you want the things get done. So that is how it's basically is so much popular 2. We often call Kubernetes self healing, can you just walk me through like what exactly is self-healing? The idea behind self-healing Kubernetes is simple: If a container fails, Kubernetes automatically redeploys the afflicted container to its desired state to restore operations . One of the great benefits of K...