InterviewSolution
Saved Bookmarks
| 1. |
How to get the central logs from POD? |
|
Answer» This architecture depends upon the APPLICATION and many other factors. Following are the common logging patterns
In the SETUP, journalbeat and filebeat are running as daemonset. Logs collected by these are dumped to the kafka topic which is EVENTUALLY dumped to the ELK stack. The same can be achieved using EFK stack and fluentd-bit. |
|