Capgemini / kubeform

Form your :boat: Kubernetes :anchor: cluster anywhere using CoreOS, Terraform and Ansible
https://capgemini.github.io/kubeform
MIT License
326 stars 57 forks source link

Logging support. #158

Closed enxebre closed 8 years ago

enxebre commented 8 years ago

See: https://github.com/coreos/coreos-kubernetes/issues/320

https://github.com/kubernetes/kubernetes/tree/release-1.3/cluster/addons/fluentd-elasticsearch

https://github.com/kubernetes/kubernetes/blob/master/cluster/saltbase/salt/fluentd-es/fluentd-es.yaml

wallies commented 8 years ago

the only issue I have with this is that the images used seemed to be unmaintained and there are better ways to run elasticsearch once you are using 2.0 like using this the kubernetes cloud plugin that uses the Kubernetes API for unicast discovery.

enxebre commented 8 years ago

unmaintained? last commit is from 14 days ago, only that seems quite old is kibana one. This is just what kubernetes does by default when setting elastic for logging and coreos-kube will be using that as well by default as per https://github.com/coreos/coreos-kubernetes/issues/320 There's probably better ways but we need a logging solution and this is a working one