Tracking logs in k8s

Hi , I am trying to understand how the logs are being managed on k8s cluster. like while deploying without k8s we have them in ROOT/data/ directory , but for k8s where they are being mounted and how can we push them to a central place , I am curious about the tracking , cms and lms logs.

Hi! In Kubernetes we typically avoid mounting WriteMany volumes in the LMS/CMS containers. The reason for that is that such volumes are not widely available among K8S providers. Thus, tracking logs are not centralized in a single place. Instead, it is your job as Kubernetes operator to install an observability solution that will automatically collect tracking logs from the LMS/CMS standard output – this is exactly what Cairn does by the way.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.