Kubernetes Namespace Concepts

From NovaOrdis Knowledge Base
Revision as of 20:47, 30 August 2019 by Ovidiu (talk | contribs) (Created page with "=External= *https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces =Internal= * Kubernetes Concepts =Overview= A nam...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

Internal

Overview

A namespace is a construct that allows logically dividing a Kubernetes cluster for management purposes. A namespace provides scope for:

  • named resources to avoid naming collisions
  • delegating management authority to trusted users
  • the ability to limit community resource consumption

In OpenShift, namespaces are known as OpenShift Projects.

Namespace Operations

Namespace Operations