Table of Contents

Namespace

A Namespace is a way to organize Kubernetes resources inside a cluster.

Why it exists

Without namespaces:

With namespaces:

Example

dev namespace staging namespace production namespace

Each can have:

Real-world analogy

Namespace = “folder in a computer”

It helps you:

Key idea

Namespaces provide logical separation inside one cluster.