Posts

Interview questions on Kubernetes along with their answers

Multiple-choice questions on Kubernetes along with their answers:  1.Question: What is Kubernetes? A) Database management system B) Container orchestration platform C) Web server D) Virtualization tool Answer: B) Container orchestration platform 2. Question: What is the primary purpose of Kubernetes? A) Network security B) Load balancing C) Container orchestration D) Data storage Answer: C) Container orchestration 3. Question: In Kubernetes, what is a Pod? A) Single container B) Network configuration C) Cluster management D) Persistent storage Answer: A) Single container 4. Question: Which YAML file is used to define Kubernetes deployments? A) kubeconfig.yaml B) deployment.yaml C) cluster.yaml D) manifest.yaml Answer: B) deployment.yaml 5. Question: What is the purpose of a Kubernetes Service? A) Data backup B) Load balancing and service discovery C) Container deployment D) Persistent storage Answer: B) Load balancing and service discovery 6. Question: What is the role of the Kubernete
Recent posts