Hello all,
Storing file audit logs in K8s PV is a latent outage waiting to happen. Could you please suggest a way to rotate file audit logs in K8s environment?
Hello all,
Storing file audit logs in K8s PV is a latent outage waiting to happen. Could you please suggest a way to rotate file audit logs in K8s environment?
I don’t believe there is a way without restarting the leader pod. Normally if you HUP the process it would rotate but in a container restarting the pod is the easiest option.