简体   繁体   English

Google的Cloud Run与传统的Kubernetes集群有何不同?

[英]How is Google's Cloud Run different from a traditional Kubernetes cluster?

I was thinking of testing out Google's Cloud Run for a simple app when all of a sudden I got thinking as to whether Cloud Run is basically a managed K8s cluster. 当我突然想起Cloud Run是否基本上是一个托管的K8s集群时,我正在考虑为一个简单的应用测试Google的Cloud Run。 I really wanted to know as to when using Cloud Run would be preferred over traditional K8s clusters and why we should prefer it? 我真的想知道何时使用Cloud Run优于传统的K8s集群,为什么我们应该选择它呢?

Thanks. 谢谢。

Technology wise, cloud Run is a managed Kubernetes cluster with Knative to run the containers on top of it. 在技​​术上,云运行是一个托管的Kubernetes集群,使用Knative在其之上运行容器。

However Cloud Run brings an additional advantages when you run fully managed: you only pay for used resources. 但是,在完全托管的情况下运行时,Cloud Run带来了其他优势:您只需为使用的资源付费。 In other words, Cloud Run can do scale down to zero cost, rather than bottoming out at the cost of keeping a minimum sized cluster running. 换句话说,Cloud Run可以将成本缩减至零,而不必以保持最小规模的集群运行为代价来达到最低。

暂无
暂无

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

相关问题 如何让 Google Cloud Composer (airflow) 在不同的 kubernetes 集群上运行作业? - How to let Google Cloud Composer (airflow) run jobs on a different kubernetes cluster? Google Cloud:如何将 kubernetes 集群移动到不同的区域? - Google Cloud: How to move kubernetes cluster to different region? 如何在包含来自不同云提供商的 VM 的 VPN 上托管 kubernetes 集群 - How to host kubernetes cluster on VPN comprising of VM's from different cloud providers 如何将kubernetes事件从GKE集群传播到谷歌云日志 - How to propagate kubernetes events from a GKE cluster to google cloud log IBM 云的免费 kubernetes 集群可以运行多个容器吗? - Can IBM cloud's free kubernetes cluster run multiple containers? 如何连接到 Google Cloud SQL,其中 python 的 pymysql 作为 Kubernetes 集群中运行的 dockerized 容器的一部分运行? - How to connect to Google Cloud SQL with python's pymysql running as part of a dockerized container running in a Kubernetes cluster? 无法通过Web UI在Google Cloud中创建Kubernetes集群 - Can't create Kubernetes cluster in Google Cloud from web UI 如何通过 Google Cloud Classic VPN 从外部网络连接到 Kubernetes 工作负载集群 IP? - How can i connect to a Kubernetes Workload Cluster IP from an external network via a Google Cloud Classic VPN? 如何与kubernetes集群共享我的Google云实例的数量 - How to share volume of my google cloud instance with the kubernetes cluster Google Cloud Kubernetes - 如何创建区域或区域 GKE 集群? - Google Cloud Kubernetes - How to create Zonal or Regional GKE cluster?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM