Kubernetes Namespace

Namespace is useful in grouping different #202201291535 components except for 202201311634# and globally accessible components such as 202201311647# and 202202111433#.

Builtin-Namespaces

  • kubernetes-dashboard is specific to 202202032024 usage
  • kube-system is used by system processes such as 202202012056
  • kube-public should contain publicly accessible data such as 202201311643
  • kube-node-lease contains the status of the 202202111433

Advantages

  • Avoid conflicts between teams
  • Share resources between different deployment environments
  • Put resources into manageable group
  • Isolate and restrict different deployment environments
Links to this page
#container