muralisankar32
Results
3
issues of
muralisankar32
Additional option to run the container/pod as non-root user
As per CIS compliance, Service accounts tokens should not be mounted in pods except where the workload running in the pod explicitly needs to communicate with the API server. To...
As per CIS guidelines, seccomp profile needs to be set to docker/default in the pod definitions. Information Enable docker/default seccomp profile in your pod definitions. Rationale: Seccomp (secure computing mode)...