Tuesday, March 1, 2022

EXTRA INFOS: Prevent Data Leaks


Below are the ways to prevent Data leaks from the container

  1. Run containers with non-root user.
  2. Secure the container host. Containers should be hosted in a container-focused OS. 
  3. Secure the networking environment. (should not be accessible to unauthorized users)
  4. Secure your management stack. 
  5. Build on a secure foundation. (everything should be on top of secured environment)
  6. Secure your build pipeline. (the particular image/container in the pipeline should be secured)
  7. Secure your application. 


No comments:

Post a Comment

Fluentd

Open-source log data collector > why logs? - for compliance (auditing, company, business) - for security (transparency, monitoring, admin...