Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 434 Bytes

k8s-best-practices-high-level-cnf-restrictions.adoc

File metadata and controls

16 lines (9 loc) · 434 Bytes

Workload restrictions

  • Workloads may not use host networking

  • Namespace should not be created by the Workloads deployment method (Helm / Operator)

  • Workloads may not perform Role creation

  • Workloads may not perform Rolebinding creation

  • Workloads may not have Cluster Roles

  • Workloads are not authorized to bring their own CNI

  • Workloads may not deploy Daemonsets