A Kubernetes daemonset for fluentd output plugin to BaritoLog
$ kubectl apply -f fluentd-daemonset-baritolog.yaml
$ docker build -t fluentd-kubernetes-daemonset:baritolog docker-image/v0.12/debian-baritolog
- Modify
fluentd-daemonset-baritolog.yaml
with :... containers: - image: fluentd-kubernetes-daemonset:baritolog imagePullPolicy: Never ...
Note: You can use deploy.sh
to automate above steps.