Understanding Falco: Enhancing Kubernetes security through runtime monitoring

Jihad Benabra
2 min readDec 15, 2020

When utilizing Kubernetes as an orchestrator, securing our deployments and pods is of paramount importance. This is primarily due to multiple teams and developers deploying images whose construction details and associated permissions or privileges may not be fully known or understood.

However, there are numerous scanners available that can help detect violations. These can be seamlessly integrated with our monitoring and alerting tools to ensure ongoing security management of our deployment…

--

--