Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (8 loc) · 681 Bytes

namespace.md

File metadata and controls

16 lines (8 loc) · 681 Bytes

Namespace

Kubernetes has a single control plane on top of all the node-pools it works with. Control plane is a single point of contact for us, so we don't have to worry about how many servers kubernetes is running the application on.

You may be running several projects in the same cluster and may need to create partitions between each or some ofthe projects. Namespaces are very useful in this scenario.

default is the default kubernetes namespace. There is a utility kubens that lists all the available namespace in the current configuration.

References
https://cloud.google.com/blog/products/gcp/kubernetes-best-practices-organizing-with-namespaces