Managing logs
SDS for Kubernetes init container generates logs for every operation, making it possible to trace all operations performed and potential issues. It is a technical activity essential to the security of information systems.
To meet the logging requirements for SDS for Kubernetes init container, you must:
-
Follow the security recommendations for logging systems issued by the ANSSI in their document ANSSI-PA-012 (French only),
-
Follow the security recommendations for logging systems issued by the ANSSI in their document ANSSI-FT-082 (French only).
-
Run the Kubernetes command to access SDS for Kubernetes init container logs:
kubectl logs <POD_NAME> -c <INIT_CONTAINER_NAME>