Successfully added
Kubernetes Objects
by Patrik
Kubernetes Namespaces
- Pods are collected into namespaces, which are used to group Pods
- Namespaces can e used to provide quotas and limits around resource usage and have an impact on DNS names that Kubernetes creates internal to the cluster
- If no namespace is specified when interacting with Kubernetes through kubectl, the command assumes you are working with the default namespace, named default
Referenced in:
Comments