[kubernetes-users] Elasticsearch, stateful sets, volumes - some guidance

2017-05-11 Thread Ashic Mahtab
I've gone through the tutorials setting up elasticsearch, plus fluentd, and kibana for aggregated logging. I used the yaml files in the fluentd-elasticsearch addons directory, where the es file is: https://github.com/kubernetes/kubernetes/blob/master/cluster/addons/fluentd-elasticsearch/es-cont

[kubernetes-users] Publishing business events from containers

2017-05-11 Thread Ashic Mahtab
I've got k8s + heapster + influxdb + grafana, and it's working fine for standard monitoring of things about kubernetes. I was wondering what would be the best way to publish business relevant events / metrics so that they make their way to influx and are visible in grafana. I imagine I could wr

[kubernetes-users] services and namespaces

2017-05-08 Thread Ashic Mahtab
What's the relationship between services and namespaces? I'm creating an ExternalName service called elasticsearch. If I put it in it's own namespace, an app running in a different namespace can't seem to resolve the service. Is there a way to deploy a service so that all namespaces can access