21.) Which monitoring tool can be deployed via Helm charts in Kubernetes?
A) Prometheus
B) Fluentd
C) Loki
D) All of the above
22.) How can you get events related to a specific pod?
A) kubectl get events –pod <pod-name>
B) kubectl logs events
C) kubectl describe pod <pod-name>
D) kubectl get pod-events
23.) What does the -n flag specify in commands like kubectl logs -n kube-system?
A) Namespace
B) Node logs
C) New logs
D) Notification level
24.) Which component aggregates and sends container logs to Elasticsearch?
A) Fluentd
B) Prometheus
C) Grafana
D) kube-proxy
25.) Which of the following is a benefit of using Loki for logging in Kubernetes?
A) Uses SQL for querying logs
B) Integrates natively with Prometheus labels
C) Replaces Prometheus
D) Monitors network policies
Related