Kubernetes semaphore Validating Webhook

Posted on Thu 24 September 2020 in Kubernetes • Tagged with Kubernetes, OpenShiftLeave a comment

After more than 2 years a new post!

In the path of learning Kubernetes Dynamic Admission Control I wrote a small webhook to be used as a semaphore to deny certains operations on k8s objects with a specific label.

k8s-semaphore is a quick and dirty web.py app implementing the ...

Continue reading