All Tools View Categories About Contact Privacy

Namespace Naming Validator (DNS-1123)

Validate a Kubernetes namespace name against DNS-1123 label rules and the 63-char limit.

Runs entirely in your browser - nothing is uploaded and no cluster connection is made.
Your validation result will appear here.

About Namespace Naming Validator (DNS-1123)

Kubernetes namespace names must be valid DNS-1123 labels and no longer than 63 characters. The Namespace Naming Validator checks a candidate name against both rules and reports any problems.

Paste a candidate namespace name and get an immediate valid/invalid verdict.

Everything runs locally; nothing is uploaded.

Features

  • DNS-1123 check - label rule validation.
  • 63-char limit - length enforced.
  • Reasons - why a name fails.
  • Copy / Download / Print - export the verdict.
  • Private - runs entirely in the browser.

How to Use

  1. Enter a namespace name to validate.
  2. Click Validate for the verdict.
  3. Copy or download the result.

Examples

my-ns is valid.

My_Ns is invalid (uppercase and underscore).

team-prod-01 is valid.

Benefits

  • Correct - matches k8s rules.
  • Clear - explains failures.
  • Fast - instant verdict.
  • Private - no network calls.

Frequently Asked Questions

What rules apply to namespace names?
Namespace names must be valid DNS-1123 labels and are limited to 63 characters. They must be lowercase, with digits and dashes, starting and ending alphanumerically.
Are namespaces case-sensitive?
Yes, and Kubernetes requires lowercase. Uppercase letters are rejected by the API server.
Does this connect to a cluster?
No. Validation runs in your browser; nothing is uploaded.
Can I copy the result?
Yes. Copy, download or print the verdict.