Question 1: KUBERNETES- Horizontal Scaling Basics
What does Horizontal Pod Autoscaler (HPA) do in Kubernetes?
Question 2: KUBERNETES- Vertical Scaling
What is the difference between vertical and horizontal scaling in Kubernetes?
Question 3: KUBERNETES- Code Snippet (HPA YAML)
What does this YAML configure?
Question 4: KUBERNETES- Resource Requests & Limits
Why are requests and limits important in pod resource definitions?
Question 5: KUBERNETES- Code Snippet (Pod with Resource Limits)
What does this configuration do?
Question 6: KUBERNETES- Monitoring with Metrics Server
What role does the Metrics Server play in Kubernetes monitoring?
Question 7: KUBERNETES- Logging Basics
By default, how are logs generated by Kubernetes pods accessed?
Question 8: KUBERNETES- Centralized Logging Solutions
Which of the following stacks is commonly used for centralized logging in Kubernetes?
Question 9: KUBERNETES- Code Snippet (Fluentd DaemonSet)
Why is Fluentd often deployed as a DaemonSet in Kubernetes?
Question 10: KUBERNETES- Monitoring with Prometheus & Grafana
How does Prometheus typically integrate with Kubernetes monitoring?