kubewarden / disallow-service-nodeport-policy

A policy that prevents the creation of Service resources with type NodePort
https://kubewarden.io
Apache License 2.0
2 stars 2 forks source link
gatekeeper hacktoberfest kubernetes kubernetes-security kubewarden-policy open-policy-agent policy-as-code webassembly

Kubewarden Policy Repository Stable

This policy works by inspecting type of Service resources and prevents the creation of Services with type NodePort.

Kubernetes network policies have no control over what is being exposed via these type of Services. Because of that, it's usually a safer choice to have tighter control over the creation of these type of Services.

Configuration

This policy doesn't take any configuration value.