When fluentbit retrieves logs, it’s worth knowing two things:
- It gets container logs, not pod logs
- dockerd arranges for a container’s name in the log file to be podName_namespace_imageName-dockerdContainerID
I assume different container daemons might give ‘em different names. I’ll check…