elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.82k stars 8.21k forks source link

Improve support for infrastructure-as-Code/Kubernetes-based deployments #44638

Open remmeier opened 5 years ago

remmeier commented 5 years ago

we make use of ELK stack for monitoring and the visualization of business data (as everbody else I guess). We deploy to a larger number of environments/instances. For that Kubernetes and infrastructure-as-code principles are in use to align the setup as much as possible. Nowadays this approach is quite common place. But unfortunately it is currently rather hard to get ELK well running in such a setup. Maybe this ticket can serve as a starting point to help improve in the area because overall the ELK stack is fairly great.

tylersmalley commented 5 years ago

@remmeier we do actually have Helm Charts for the products in our stack. Though, there are located at elastic/helm-charts, and not in the helm/charts repo. You will probably have more luck directing k8s specific questions there.

elasticmachine commented 5 years ago

Pinging @elastic/kibana-operations

remmeier commented 5 years ago

ah the Helm chart is good. Potentially we could deprecate the ones from the official Helm repository (https://github.com/helm/charts/tree/master/stable/elasticsearch and related). Or move the Elastic ones. Maybe duplicate efforts can be avoided.

All the other things in the ticket still hold I think. In particular having an alternative to the REST API would be nice to see.