BETA Shoulder is in beta — Findings may sometimes be wrong. Your feedback shapes what we fix next. Share feedback

Using Default Namespace

Description

Detects resources deployed to the default namespace.

What Shoulder detects

Resource deployed to default namespace instead of explicit namespace

How to fix

Use an explicit namespace instead of 'default' for better organization and isolation.

Applies to

Languages

Frameworks

kubernetes

References

Scan for this issue

Detect with Shoulder CLI
npx @shoulderdev/cli trust --rule=kubernetes-default-namespace .

Related rules