Kubetier
  1. Delete the CRD that a security controller or operator reconciles.

  2. Deleting a CRD garbage-collects every custom resource of that type, so the controller's policy objects go with it.

  3. Whether the controller then fails open or fails closed is implementation-specific.

    Losing its input can equally stop it admitting anything.

  4. Treat this as loss of a control and of its configuration, not as a reliable route to a privileged workload.

K8s docs ↗