You can deploy FluentD based on official Helm chart.
Download parameter file, fill PRIVATE_KEY
environment variable and install the chart:
$ helm install coralogix fluentd \
--repo https://fluent.github.io/helm-charts \
--values values.yaml \
--namespace coralogix \
--create-namespace