Security Pack

1 min read

Admission, deletion protection, and namespace isolation — each runnable independently.

ork init --pack security
ExampleWhat it teaches
admissionValidation and mutation at admission time. deny, warn, default, override rules. No webhook server — Orkestra handles the webhook endpoint when the operator is deployed.
deletion-protectionPreventing accidental deletion of CRs carrying live state. Finalizer management, deletion condition evaluation, and safe teardown sequencing.
namespace-protectionRestricting which namespaces an operator will act in. Scoped operator identity — the operator ignores CRs outside its permitted namespaces.