May 18, 2020
Kubernetes policies with Gatekeeper
Introduction Gatekeeper is a validating webhook that enforces CRD-based policies executed by Open Policy Agent. In a previous post, we went into details about OPA: this post superseeds it. The differences between OPA and Gatekeeper are listed here.
In this post we will explore Gatekeeper and start with implementing a policy to enforce a given label to be present at the namespace level.
In future posts coming soon we will implement policies as described here:
Read more