luxas / kubeadm-workshop

Showcasing a bare-metal multi-platform kubeadm setup with persistent storage and monitoring
MIT License
679 stars 190 forks source link

Use fluentbit+elasticsearch as the logging solution #13

Open luxas opened 7 years ago

luxas commented 7 years ago

That combination seems the easiest to implement on bare metal. Also it's great to use CNCF projects like fluent{d,bit}

Could probably use the elasticsearch and fluent-bit helm packages as the base: https://github.com/kubernetes/charts/tree/master/incubator/elasticsearch and https://github.com/kubernetes/charts/pull/895

webwurst commented 7 years ago

I created a fluent-bit example at giantswarm/kubernetes-elastic-stack. Just to let you know. Of course helm packages would be cool, will give them a try :)

luxas commented 7 years ago

Thanks! I'll take a look

edsiper commented 7 years ago

@luxas @webwurst Fluent Bit chart is already available stable/fluent-bit , if you need any assistance with it just let me know

luxas commented 7 years ago

Thanks, I'll look into that!