Our Kubernetes Filter plugin is fully inspired by the Fluentd Kubernetes Metadata Filter written by Jimmi Dyson.
Parser
described in input-kubernetes.conf
from docker to cri.apps/v1
, the resource is available on apiVersion: extensions/v1beta1
. Our current Daemonset Yaml files uses the new apiVersion
.apiVersion
from:helm search repo fluent
to ensure the charts were added. The default chart can then be installed by running the followingdocker
to cri
C:\k\kubelet.err.log
C:\var\log\containers\<pod>_<namespace>_<container>-<docker>.log
C:\ProgramData\
, with some additional metadata on its file name.C:\ProgramData\Docker\containers\<docker>\<docker>.log
filter_kubernetes
provides a built-in mechanism to wait until the network starts up:DNS_Retries
- Retries N times until the network start working (6)DNS_Wait_Time
- Lookup interval between network status checks (30)