fluent / fluentd-docs

This repository is deprecated. Go to fluentd-docs-gitbook repository.
49 stars 119 forks source link

Elasticsearch-fluentd-kibana Helm chart #508

Open andrzejwp opened 6 years ago

andrzejwp commented 6 years ago

Hello, I wanted to let you know that we're working on a Helm chart that makes it easier to deploy a Kubernetes logging solution based on fluentd, es and kibana. I'm not sure where this would fit in your docs, maybe in this article ?

The Helm chart is here: https://github.com/cdwv/efk-stack-helm

cosmo0920 commented 6 years ago

Currently, some k8s package manager exist including helm. There are some package manager: ksonnet, kubecfg. Which should we k8s package manager?

andrzejwp commented 6 years ago

@cosmo0920 not sure if I understand what question you're asking here...

cosmo0920 commented 6 years ago

Is helm standard package manager for k8s? If so, it looks good to add description to construct EFK stack with k8s helm.

andrzejwp commented 6 years ago

Yes, it is quite mainstream. It recently got promoted as an incubation-level project inside CNCF. https://www.cncf.io/blog/2018/06/01/cncf-to-host-helm/

andrzejwp commented 6 years ago

@cosmo0920 could you please point me to the place where could I add such a mention?

cosmo0920 commented 6 years ago

I think that we should put kubernetes-fluentd.txt under docs/v1.0. docs/v0.12/kubernetes-fluentd.txt is for old stable Fluentd. We can start to write fluentd for kubernetes article which is based on k8s helm from scratch. :memo: