Bird
0
0

You want to aggregate logs from multiple Kubernetes clusters into a single system. Which approach best fits this requirement?

hard📝 Workflow Q8 of 15
Kubernetes - Monitoring and Logging
You want to aggregate logs from multiple Kubernetes clusters into a single system. Which approach best fits this requirement?
ADisable logging to reduce network traffic
BStore logs only on each node's local disk
CDeploy a centralized logging system that receives logs forwarded by agents from all clusters
DUse kubectl logs command on each cluster manually
Step-by-Step Solution
Solution:
  1. Step 1: Understand multi-cluster log aggregation

    Centralized logging systems collect logs from agents across clusters for unified view.
  2. Step 2: Evaluate other options

    Local storage limits access, manual commands don't scale, disabling logging loses data.
  3. Final Answer:

    Deploy a centralized logging system that receives logs forwarded by agents from all clusters -> Option C
  4. Quick Check:

    Multi-cluster logs need centralized aggregation [OK]
Quick Trick: Use centralized system to collect logs from all clusters [OK]
Common Mistakes:
  • Relying on local node storage only
  • Using manual commands for large scale

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes