How You Can Avoid Common Kubernetes Misconfigurations & Vulnerabilities
Securing workloads in Kubernetes is an important part of your cluster security overall. Your overall goal should be to ensure that your containers are running with minimal privileges (as much as possible). Configuring Kubernetes workloads for ease of use, unfortunately, can create time consuming and costly security vulnerabilities. To minimize the risk of misconfigurations and vulnerabilities, you must work to avoid privilege escalation, ensure that you are not running containers as a root user, and are using read only file systems wherever possible.