Google Cloud Preemptible 实例抢占的频率(大致)是多少?
How often does Google Cloud Preemptible instances preempt (roughly)?
我看到 Google 云可能 terminate preemptible instances at any time,但有任何非官方的独立研究报告显示 "preempt rates"(每小时抢占的 VM 数量),可能在几个样本中进行了抽样不同地区?
鉴于我发现的信息很少(与 similar questions 一样),即使是诸如 "Looking back the past 6 months, I generally see 3% - 5% instances preempt per hour in uswest1" 之类的轶事也会很有用(我认为这可以像 AWS 中的实例计数指标一样进行监控).
客户偶尔希望将他们现有的非容错代码推送到云中 "cheap"(尽管 best practices),并且没有预期的故障率,他们经常被抢占式的便宜蒙蔽了双眼,所以我想分享一些 GCP 社区的典型经验,即使人们的经验可能有所不同,以帮助传达安全期望。
想想“非官方的、独立的研究”和“甚至像这样的轶事:”“客户偶尔想把他们现有的、非容错的代码推到云端 "cheap"”,它应该是他说没有一个头脑正常的架构师或系统管理员会将具有定义的 SLA 的生产工作负载放入执行环境 without SLA。因此,该主题颇具推测性。
对于热衷于此的人,Google 提供 preemption rate expectation:
For reference, we've observed from historical data that the average
preemption rate varies between 5% and 15% per day per project, on a
seven-day average, occasionally spiking higher depending on time and
zone. Keep in mind that this is an observation only: Preemptible
instances have no guarantees or SLAs for preemption rates or
preemption distributions.
除此之外,"how to make inapplicable applicable" 的任务还有一个有趣的 edutainment approach。
我看到 Google 云可能 terminate preemptible instances at any time,但有任何非官方的独立研究报告显示 "preempt rates"(每小时抢占的 VM 数量),可能在几个样本中进行了抽样不同地区?
鉴于我发现的信息很少(与 similar questions 一样),即使是诸如 "Looking back the past 6 months, I generally see 3% - 5% instances preempt per hour in uswest1" 之类的轶事也会很有用(我认为这可以像 AWS 中的实例计数指标一样进行监控).
客户偶尔希望将他们现有的非容错代码推送到云中 "cheap"(尽管 best practices),并且没有预期的故障率,他们经常被抢占式的便宜蒙蔽了双眼,所以我想分享一些 GCP 社区的典型经验,即使人们的经验可能有所不同,以帮助传达安全期望。
想想“非官方的、独立的研究”和“甚至像这样的轶事:”“客户偶尔想把他们现有的、非容错的代码推到云端 "cheap"”,它应该是他说没有一个头脑正常的架构师或系统管理员会将具有定义的 SLA 的生产工作负载放入执行环境 without SLA。因此,该主题颇具推测性。
对于热衷于此的人,Google 提供 preemption rate expectation:
For reference, we've observed from historical data that the average preemption rate varies between 5% and 15% per day per project, on a seven-day average, occasionally spiking higher depending on time and zone. Keep in mind that this is an observation only: Preemptible instances have no guarantees or SLAs for preemption rates or preemption distributions.
除此之外,"how to make inapplicable applicable" 的任务还有一个有趣的 edutainment approach。