Hyperscale logs (Kubernetes)
All Hyperscale Compliance containers log to stdout and stderr so that their logs are processed by Kubernetes. To view container-level logs running on the Kubernetes cluster, run the following command:
kubectl logs <pod_name> -n <namespace>