Question 1: KUBERNETES- Purpose of Kubernetes
What is the primary purpose of Kubernetes in modern applications?
Question 2: KUBERNETES- Key Components
Which component is responsible for maintaining cluster state and managing workloads?
Question 3: KUBERNETES- Code Snippet (Pod YAML)
What does this YAML manifest define?
Question 4: KUBERNETES- Deployments
What is the main purpose of a Deployment in Kubernetes?
Question 5: KUBERNETES- Code Snippet (Service YAML)
What type of Service is defined by this YAML?
Question 6: KUBERNETES- ConfigMaps Purpose
What is the purpose of a ConfigMap in Kubernetes?
Question 7: KUBERNETES- Code Snippet (Apply Deployment)
What does this command do?
Question 8: KUBERNETES- Scaling Pods
How can you scale a Deployment named myapp-deploy to 5 replicas?
Question 9: KUBERNETES- Persistent Volumes
Why are Persistent Volumes (PVs) used in Kubernetes?
Question 10: KUBERNETES- Namespaces Purpose
What is the main purpose of Kubernetes namespaces?