Use fluentbit+elasticsearch as the logging solution
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
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 :)
Thanks! I'll take a look
@luxas @webwurst Fluent Bit chart is already available stable/fluent-bit , if you need any assistance with it just let me know
Thanks, I'll look into that!