network-security
Installation
SKILL.md
Network Security
Restrict host access, enforce network policies, declare all ports, and ensure connectivity across default and secondary networks.
Host Access Restrictions
Workload pods must not access host resources. All of the following must be disabled:
Required for: all profiles (mandatory)
| Field | Required Value |
|---|---|
spec.hostIPC |
false |
spec.hostNetwork |
false (or not set) |
spec.hostPID |
false |
spec.volumes[].hostPath |
Not used |
spec.containers[].ports[].hostPort |
Not used |