Use preinstalled fluentd installation in a K8saaS in the IBM-Cloud?

5/23/2019

One K8saaS cluster in the IBM-Cloud runs preinstalled fluentd. May I use it on my own, too?

We think about logging strategy, which is independed from the IBM infrastrukture and we want to save the information inside ES. May I reuse the fluentd installation done by IBM for sending my log information or should I install my own fluentd? If so, am I able to install fluentd on the nodes via kubernetes API and without any access to the nodes themselfes?

-- Jan-Hendrik Palic
fluentd
ibm-cloud
kubernetes

1 Answer

5/25/2019

The fluentd that is installed and managed by IBM Cloud Kubernetes Service will only connect to the IBM cloud logging service.

There is nothing to stop you installing your own Fluentd as well though to send your logs to your own logging service, either running inside your cluster or outside. This is best done via a daemonset so that it can collect logs from every node in the cluster.

-- Iain Duncan
Source: StackOverflow