best approach to rotate the logs and archive on Kubernetes

2020-08-04 Thread Srinivas Seema
Hi All, We have Kafka cluster deployed in Kubernetes and running with docker image (solsson/kafka:2.4.0) I have below logging configuration: config/log4j.properties # Unspecified loggers and loggers with additivity=true output to server.log and stdout # Note that INFO only applies to unspecified

Re: best approach to rotate the logs and archive on Kubernetes

2020-08-04 Thread Srinivas Seema
You can use "kubectl logs" command to fetch the logs or use some logging > agent to move the logs centrally. > > On Tue, Aug 4, 2020 at 8:15 PM Srinivas Seema > wrote: > > > Hi All, > > > > We have Kafka cluster deployed in Kubernetes and running with docker