Enabling Seccomp on your Prometheus Operator and related Pods
This post shows how you can enable seccomp on all the Pods that are deployed with Prometheus Operator
Seccomp helps us limit the system calls the process inside container can make. And PodSecurityPolicy
is the way to enable it on pods in Kubernetes.