0
0
Kubernetesdevops~5 mins

Centralized logging (EFK stack) in Kubernetes - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does the EFK stack stand for in centralized logging?
EFK stands for Elasticsearch, Fluentd, and Kibana. These tools work together to collect, store, and visualize logs from multiple sources.
Click to reveal answer
beginner
What role does Fluentd play in the EFK stack?
Fluentd collects logs from various sources, processes them, and forwards them to Elasticsearch for storage and indexing.
Click to reveal answer
beginner
Why is Elasticsearch important in the EFK stack?
Elasticsearch stores and indexes logs so they can be quickly searched and analyzed. It acts like a powerful log database.
Click to reveal answer
beginner
What is the purpose of Kibana in the EFK stack?
Kibana provides a user-friendly web interface to visualize and explore logs stored in Elasticsearch. It helps users understand log data through charts and dashboards.
Click to reveal answer
intermediate
How does centralized logging with EFK help in Kubernetes environments?
It gathers logs from all containers and nodes in one place, making it easier to monitor, troubleshoot, and analyze system behavior without checking each pod individually.
Click to reveal answer
Which component in the EFK stack is responsible for storing and indexing logs?
AElasticsearch
BFluentd
CKibana
DPrometheus
What is Fluentd's main function in the EFK stack?
AManage Kubernetes pods
BVisualize logs
CStore logs
DCollect and forward logs
Which tool provides dashboards and charts to explore logs in the EFK stack?
AElasticsearch
BFluentd
CKibana
DGrafana
Why is centralized logging useful in Kubernetes?
AIt replaces container logs
BIt collects logs from all pods in one place
CIt scales pods automatically
DIt manages network policies
Which of these is NOT part of the EFK stack?
APrometheus
BFluentd
CKibana
DElasticsearch
Explain how the EFK stack components work together to provide centralized logging in Kubernetes.
Think about the flow from log collection to visualization.
You got /4 concepts.
    Describe the benefits of using centralized logging with the EFK stack in a Kubernetes cluster.
    Consider how logs are managed without EFK.
    You got /4 concepts.