Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 421 Bytes

namespace.md

File metadata and controls

8 lines (5 loc) · 421 Bytes

Reserved namespace (initial ns)

kube-system

the namespace for objects created by the Kubernetes system.

  • contains service accounts which are used to run the kubernetes controllers. These service accounts are granted significant permissions
  • usually contains kube-dns, kube-proxy, kubernetes-dashboard