- Kubernetes for Developers
- Joseph Heck
- 100字
- 2021-08-27 19:04:12
Namespaces
Pods are collected into namespaces, which are used to group Pods together for a variety of purposes. You already saw one example of namespaces when we asked for the status of all the Pods in the cluster with the --all-namespaces option earlier.
Namespaces can be used to provide quotas and limits around resource usage, have an impact on DNS names that Kubernetes creates internal to the cluster, and in the future may impact access control policies. If no namespace is specified when interacting with Kubernetes through kubectl, the command assumes you are working with the default namespace, named default.
推薦閱讀
- IoT Penetration Testing Cookbook
- Cloudera Administration Handbook
- 項目管理成功利器Project 2007全程解析
- 分析力!專業(yè)Excel的制作與分析實用法則
- R Data Analysis Projects
- 機器人人工智能
- Silverlight 2完美征程
- Cortex-M3嵌入式處理器原理與應用
- 計算機應用基礎實訓(職業(yè)模塊)
- Learn Microsoft Azure
- Deep Learning Essentials
- NetSuite ERP for Administrators
- SQL語言與數(shù)據(jù)庫操作技術大全
- Ubuntu 9 Linux應用基礎
- D3.js Quick Start Guide