How are container logs generally handled?
Sigiloso
● The best way to handle container logs is to ship them to a centralized log management system, like Datadog, ELK stack, or Grafana using daemon or sidecar Agents installed on the cluster. These systems offer alerting features that can be used to proactively address suspicious activity, outages, and build errors. Wisdom is needed to set up an appropriate lifecycle retention policy on the logs, because the sheer volume of container logs can quickly add up.