container/orchestration #154
Replies: 7 comments 9 replies
-
“按照既定顺序系统一系列 Pod”? |
Beta Was this translation helpful? Give feedback.
-
并未应用提供专用的系统资源,应该是打错了,并 为 应用提供 |
Beta Was this translation helpful? Give feedback.
-
7.2章节下的三级目录编号错了 |
Beta Was this translation helpful? Give feedback.
-
“Sidecar 模式其实就是在 Pod 里面定义一些专门的容器,通过职责分离与容器的隔离特性,够降低容器的复杂度,使开发一个高内聚、低耦合的软件变的更加容易。” |
Beta Was this translation helpful? Give feedback.
-
"不然会给系统带来很大的文件"? "不然会给系统带来很大的问题" |
Beta Was this translation helpful? Give feedback.
-
”该项目由 Google 工程师(主要是 Paul Menage 和 Rohit Seth)在 200 年发起“,这里日期错了 |
Beta Was this translation helpful? Give feedback.
-
"将资源需求声明直接定义在 Pod 上,并以 Pod 作为最小的原子单位来实现调度。Pod 与 Pod 之间不存在超亲密的关系,如果有关系,就通过网络通信实现关联。复杂的协同调度问题在 Kubernetes 中直接消失了。" ”复杂的协同调度问题在 Kubernetes 中直接消失的原因“ 是 ”以 Pod 为调度单位和资源声明在 Pod 上定义和存在超亲密关系的Pod 间通过网络通信关联“? |
Beta Was this translation helpful? Give feedback.
-
container/orchestration
构建大规模高可用的分布式系统
https://www.thebyte.com.cn/container/orchestration.html
Beta Was this translation helpful? Give feedback.
All reactions