简体   繁体   English

GKE 上的 dataproc 集群与计算引擎有什么区别?

[英]what's difference between dataproc cluster on GKE vs Compute engine?

We can now create dataproc clusters using compute engine or GKE .我们现在可以使用计算引擎或GKE创建 dataproc 集群。 What are the major advantages of creating a cluster on GKE vs Compute Engine.在 GKE 与 Compute Engine 上创建集群的主要优势是什么。 We have faced problem of insufficient resources in zone error multiple times while creating cluster on compute engine.在计算引擎上创建集群时,我们多次面临insufficient resources in zone问题。 Will it solve this issue if we use GKE for cluster and what are the cost difference between them.如果我们将 GKE 用于集群,它会解决这个问题吗?它们之间的成本差异是多少。

To solve the error message “insufficient resources in zone”, You may refer to this GCP documentation .要解决“区域资源不足”的错误消息,您可以参考此 GCP 文档

To answer your question, what's the difference between dataproc cluster on GKE vs GCE.要回答您的问题,GKE 与 GCE 上的 dataproc 集群有什么区别。

In GKE, You can directly create a Dataproc cluster and do your deployments.在 GKE 中,您可以直接创建 Dataproc 集群并进行部署。

You may also check the advantages of GKE in documentation or check the GKE features below:您还可以在文档中查看 GKE 的优势或查看以下 GKE 功能:

  1. Run your apps on a fully managed Kubernetes cluster with GKE autopilot.使用 GKE 自动驾驶仪在完全托管的 Kubernetes 集群上运行您的应用。
  2. Start quickly with single-click clusters and scale up to 15000 nodes通过单击集群快速启动并扩展到 15000 个节点
  3. Leverage a high-availability control plane including multi-zonal and regional clusters利用包括多区域和区域集群的高可用性控制平面
  4. Eliminate operational overhead with industry-first four-way auto scaling通过业界首创的四向自动扩展消除运营开销
  5. Secure by default, including vulnerability scanning of container images and data encryption默认安全,包括容器镜像漏洞扫描和数据加密

While in GCE, you have to manually install Kubernetes, then create your Dataproc cluster and do your deployments.在 GCE 中,您必须手动安装 Kubernetes,然后创建 Dataproc 集群并进行部署。

暂无
暂无

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

相关问题 Google App Engine 和 Google Compute Engine 有什么区别? - What is the difference between Google App Engine and Google Compute Engine? Google Compute Engine上的快照,映像和永久磁盘之间有什么区别? - What is difference between snapshot, image and persistent disk on Google Compute Engine? Google Compute Engine:磁盘快照和磁盘映像有什么区别? - Google Compute Engine: what is the difference between disk snapshot and disk image? Google Cloud 中的 Google Compute Engine、App Engine 和 Container Engine 有什么区别? - What is the difference between Google Compute Engine, App Engine and Container Engine in Google Cloud? Google Container Engine与容器优化的Compute Engine有什么区别? - What is the difference between Google Container Engine and Container-Optimized Compute Engine? Google计算引擎和Google容器引擎之间有什么区别? - what are the differences between Google compute engine and Google container engine? 保护计算引擎和应用引擎之间流量的最佳架构是什么? - What is the best architecture to secure traffic between compute engine and app engine? Google Cloud Compute Engine中的各种SSH方法之间有何区别? - What are the differences between various SSH methods in Google Cloud Compute Engine? Kubernetes服务和集群与Google Compute Engine对象之间的关系是什么? - What are the relationships between Kubernetes services and clusters and Google Compute Engine objects? 将 Google Cloud Run 与 Google Compute Engine 或 GKE 连接 - Connect Google Cloud Run with Google Compute Engine or GKE
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM