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?
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.