- Hands-On Microservices with Kubernetes
- Gigi Sayfan
- 57字
- 2021-06-24 13:46:33
Namespaces
Namespaces let you isolate different parts of your cluster from each other. You can create as many namespaces as you want and scope many resources and operations to their namespace, including limits, and quotas. Pods running in a namespace can only access directly their own namespace. To access other namespaces, they must go through public APIs.