We can offer Helm chart (or charts) to deploy the full observability stack into k8s:
vector +
loki + grafana
elasticsearch + grafana
elasticsearch + kibana
This would effectively be a turnkey self-hosted solution to use Vector at K8s.
Motivation
Allow one-command installation of the observability stack.
Technical details
Helm allows installing dependencies. We can create a vector-stack chart in addition to vector chart. This vector-stack will depend on vector chart and charts for loki, grafana, elasticsearch and etc.
All that this vector-stack has to do is to point parts of the stack to each other.
This is fairly trivial thing, should be easy to implement and maintain.
We can offer Helm chart (or charts) to deploy the full observability stack into k8s:
vector+loki+grafanaelasticsearch+grafanaelasticsearch+kibanaThis would effectively be a turnkey self-hosted solution to use Vector at K8s.
Motivation
Allow one-command installation of the observability stack.
Technical details
Helm allows installing dependencies. We can create a
vector-stackchart in addition tovectorchart. Thisvector-stackwill depend onvectorchart and charts forloki,grafana,elasticsearchand etc.All that this
vector-stackhas to do is to point parts of the stack to each other.This is fairly trivial thing, should be easy to implement and maintain.