Hello everybody,
I have a more or less central openshift cluster I have to use for my applications. There are multiple other projects/namespaces on the cluster I have no access rights on and will also not get any rights there.
As we have a separate ELK stack (not in OpenShift) we are using due to performance and distribution reasons I am wondering how to integrate best in that scenario.
I would like to use Beats but I fear that I can not really use them because they are usually installed in kube-system and act as DaemonSet for all projects/namespaces. Is there a way to just have the Beats in my projects/namespaces also as a DaemonSet and filter out all messages that are from containers that are not within my project/namespace?
Thanks in advance and kind regads,
Andreas