Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 836 Bytes

policy-documentation.md

File metadata and controls

17 lines (10 loc) · 836 Bytes

Kyverno Policy Documentation

This document provides descriptions of policies and steps on how to fix violations reported by Kyverno scans.

disallow-default-namespace

Policy Description: Kubernetes Namespaces are an optional feature that provide a way to segment and isolate cluster resources across multiple applications and users. As a best practice, workloads should be isolated with Namespaces. Namespaces should be required and the default (empty) Namespace should not be used. This policy validates that Pods specify a Namespace name other than default.

How to Fix: Ensure that all Pods specify a Namespace name other than default.