简体   繁体   English

GKE - 混合 Kubernetes 集群

[英]GKE - Hybrid Kubernetes cluster

I've been reading the Google Cloud documentation about hybrid GKE cluster with Connect or completely on prem with GKE on-prem and VMWare.我一直在阅读有关使用Connect或完全使用 GKE on-prem 和 VMWare 的混合 GKE 集群的 Google Cloud 文档。

However, I see that GKE with Connect you can manage the on-prem Kubernetes cluster from Google Cloud dashboard.但是,我看到 GKE with Connect您可以从 Google Cloud 仪表板管理本地 Kubernetes 集群。

But, what I am trying to find, is, to mantain a hybrid cluster with GKE mixing on-prem and cloud nodes .但是,我想要找到的是,使用 GKE 混合本地和云节点来维护一个混合集群。 Graphical example:图形示例:

在此处输入图像描述

For the above solution, the master node is managed by GCloud, but the ideal solution is to manage multiple node masters (High availability) on cloud and nodes on prem.对于上述方案,主节点由 GCloud 管理,但理想的解决方案是在云上管理多个节点主节点(高可用性)和 Prem 上的节点。 Graphical example:图形示例:

在此处输入图像描述

Is it possible to apply some or both of the proposed solutions on Google Cloud with GKE?是否可以使用 GKE 在 Google Cloud 上应用部分或全部建议的解决方案?

If you want to maintain hybrid clusters, mixing on prem and cloud nodes, you need to use Anthos.如果你想维护混合集群,混合在 prem 和云节点上,你需要使用 Anthos。

Anthos is a modern application management platform that provides a consistent development and operations experience for cloud and on-premises environments. Anthos 是一个现代应用程序管理平台,可为云和本地环境提供一致的开发和运营体验。

The primary computing environment for Anthos uses Anthos clusters, which extend GKE for use on Google Cloud, on-premises, or multicloud to manage Kubernetes installations in the environments where you intend to deploy your applications. Anthos 的主要计算环境使用 Anthos 集群,它扩展了 GKE 以在 Google Cloud、本地或多云上使用,以管理您打算部署应用程序的环境中的 Kubernetes 安装。 These offerings bundle upstream Kubernetes releases and provide management capabilities for creating, scaling, and upgrading conformant Kubernetes clusters.这些产品捆绑上游 Kubernetes 版本,并提供用于创建、扩展和升级符合 Kubernetes 集群的管理功能。 With Kubernetes installed and running, you have access to a common orchestration layer that manages application deployment, configuration, upgrade, and scaling.安装并运行 Kubernetes 后,您可以访问管理应用程序部署、配置、升级和扩展的通用编排层。

If you want to know more about Anthon in GCP please follow this link.如果您想了解更多关于 GCP 中的 Anthon 的信息,请点击此链接。

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

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