Change logging in a kubernetes cluster in gcloud to elasticserarch logging

12/2/2016

I have a kubernetes cluster in google cloud created by cloud container clusters create command. I want to use elasticsearch logging. How should I install "fluentd-elasticsearch" addon? Or where is another way?

-- avs
gcloud
kubernetes

1 Answer

12/10/2016

When launching the cluster you can disable the default logging to Cloud Logging by passing the --no-enable-cloud-logging flag. Once that is done you can install the fluentd elasticsearch cluster addon from the Kubernetes repo.

-- viglesiasce
Source: StackOverflow