Kubernetes WebHooks (Init to Kyverno)
Jul 24, 2023
I will try to explain how webhooks work inside Kubernetes and how we use the same logic with Kyverno.
Before starting to go in deep into Kyverno Policy and ClusterPolicy rules, we must understand how Admission controllers work and how they communicate with Validation/Mutation webhooks in Kubernetes.
I offer to read this documentation before starting to watch the video.
All code files used in the video are located in this repository.
I hope it will be useful.