Raw logs from the k8s pods

5/19/2020

I want to store the raw logs provided by the pods in stdout. Is there any better way to scrape the log and store it somewhere without using es for indexing?

-- Susanta Gautam
kubernetes
logging
syslog

1 Answer

5/19/2020

Yes, there are many ways you can achieve the same.

Refer https://kubernetes.io/docs/concepts/cluster-administration/logging/

Typically a Daemonset or a Sidecar container is used

-- Tummala Dhanvi
Source: StackOverflow