How to stream AKS pod logs into Eventhubs?

10/1/2019

Is there any solution to send AKS pod logs into Eventhub automatically?

-- Mehrdad Abdolghafari
azure
kubernetes
kubernetes-helm

1 Answer

10/1/2019

I'm fairly certain this is not possible directly (because AKS can only stream to OMS), but this link outlines some principles. So you can create a function\logic app to do that for you.

-- 4c74356b41
Source: StackOverflow