Process Flow - Centralized logging (EFK stack)
Logs generated by pods
Fluentd collects logs
Fluentd forwards logs to Elasticsearch
Elasticsearch stores and indexes logs
Kibana queries Elasticsearch
User views logs in Kibana dashboard
Logs flow from pods to Fluentd, then to Elasticsearch for storage, and finally Kibana displays them.