Question 1: DOCKER- Inspecting Images
Which command lists all Docker images on the local system?
Question 2: KUBERNETES- Code Snippet (Service YAML)
What type of Service is defined by this YAML?
Question 3: KUBERNETES- Ingress Purpose
What is the main role of an Ingress in Kubernetes?
Question 4: KUBERNETES- Code Snippet (Mount ConfigMap as Volume)
What does this snippet achieve?
Question 5: KUBERNETES- Code Snippet (Pod with Resource Limits)
What does this configuration do?
Question 6: DOCKER- Code Snippet (Run Container With Port Mapping)
What does this command do?
Question 7: KUBERNETES- ConfigMaps Purpose
What is the purpose of a ConfigMap in Kubernetes?
Question 8: KUBERNETES- Code Snippet (Ingress Example)
What is the function of this YAML snippet?
Question 9: KUBERNETES- Secrets Base64 Encoding
How must data in Kubernetes Secrets be stored?
Question 10: KUBERNETES- Monitoring with Metrics Server
What role does the Metrics Server play in Kubernetes monitoring?
Question 11: DOCKER- Volumes Purpose
Why are Docker volumes used?
Question 12: KUBERNETES- Code Snippet (Apply Deployment)
What does this command do?
Question 13: KUBERNETES- Network Policies
What is the purpose of a NetworkPolicy in Kubernetes?
Question 14: KUBERNETES- Code Snippet (Secret YAML)
What is this YAML doing?
Question 15: KUBERNETES- Logging Basics
By default, how are logs generated by Kubernetes pods accessed?
Question 16: DOCKER- Code Snippet (Attach Volume)
What does this command achieve?
Question 17: KUBERNETES- Scaling Pods
How can you scale a Deployment named myapp-deploy to 5 replicas?
Question 18: KUBERNETES- Code Snippet (Simple NetworkPolicy)
What does this NetworkPolicy allow?
Question 19: KUBERNETES- Consume Secret as Environment Variable
How can a pod use a Secret as an environment variable?
Question 20: KUBERNETES- Centralized Logging Solutions
Which of the following stacks is commonly used for centralized logging in Kubernetes?