简体   繁体   English

kubernetes中的多个集群

[英]Multiple clusters in kubernetes

I am a newbie in kubernetes clustering. 我是kubernetes集群的新手。 I have a simple question. 我有一个简单的问题。 I am in multiple kubernetes clustering. 我在多个kubernetes聚类。 It seems multiple clusters are available in kubernetes. 似乎kubernetes中有多个集群可用。 So "Multiple clustering" in kubernetes means: 所以kubernetes中的“多重聚类”意味着:

  • It is physical multiple clusters which have their own master, nodes? 它是物理多个集群,它们有自己的主节点?
  • Or it's kind of "logical" multiple clustering in one physical clustering?(with one master and nodes)? 或者它是一种物理聚类中的“逻辑”多聚类?(有一个主节点和节点)?

Would you like to teach me? 你想教我吗? Thanks. 谢谢。

It seems this has been answered by @ Jonah Benton and @ Oliver Charlesworth in the comments. 似乎@ Jonah Benton和@ Oliver Charlesworth在评论中已经回答了这个问题。 Using kubernetes cluster federation means using multiple kubernetes clusters as though they were one. 使用kubernetes集群联合意味着使用多个kubernetes集群,就像它们是一个集群一样。 It is a set of distinct clusters acting as one, not a logical division within a single cluster. 它是一组不同的集群,作为一个集群,而不是单个集群中的逻辑分区。 (Something like that idea of a logical division might resemble a namespace , which allows for working with a restricted 'part' of a cluster in terms of resource-allowance but a namespace isn't restricted to particular nodes.) In addition to the links provided, the kubernetes documentation also has resources for deploying to a cluster federation and that page includes links for setting up a federation. (逻辑分区的概念可能类似于命名空间 ,它允许在资源允许方面使用集群的受限“部分”,但命名空间不限于特定节点。)除了链接如果提供,kubernetes文档还具有用于部署到群集联合的资源,该页面包含用于设置联合的链接。

I guess you know this now as the question is a little old but I thought it would help to fill in an answer. 我想你现在知道这个问题有点老了,但我认为这有助于填写答案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM