How to deploy beats in the same pod with ElasticSearch Kubernetes Orchestration API

Hello,

I want to be able to set up for example all the beats in the same pod.
Is it possible to achieve using Elasticserach Orchestration Kubernetes API?

Do you mean ECK?

Yes.

Hey @Adriann, thanks for your question.

This is not possible to do using ECK. Each Beat is a separate deployment (a Deployment or DaemonSet). The closest you can get to that is to use Elastic Agent (see also in the ECK documentation). Elastic Agent abstracts running individual Beats.

Thanks,
David

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.