digitalocean / k8s-staticroute-operator

Create static routes for your k8s nodes using CRDs.
52 stars 11 forks source link

Admission control via validating webhooks #14

Open v-ctiutiu opened 2 years ago

v-ctiutiu commented 2 years ago

Background

Some operations should be denied ahead of time, before creating the static route CRD.

A few scenarios when this feature comes in handy:

Proposal

Check Kopf documentation about Admission Control.