[GCP] Goolge compute Engine

Which of the following is a PAAS option for hosting web apps on GCP?

App Engine standard or flexible environment

Which of the following is a IAAS option for hosting web apps on GCP?

Compute Engine instance

Which of the following is NOT an advantage of containers over VMs?

Control of hardware aspects such as GPUs

What are preemptible instances?

Compute Engine instances that can be asked to terminate processing at 30 seconds notice at any time and so are cheaper than other VMs

When can preemptible instances be used?

For processing-only use in fault tolerant applications

If using preemptible instances, what precaution ought to be taken?

Carry out any clean-up or post-processing in a shutdown script that will be invoked before the instance is pre-empted; ensure this script takes less than 30 seconds to execute

Rank the following storage options from most expensive to cheapest (per GB)

Local SSD > SSD persistent disks > standard persistent > Cloud storage

Rank the following storage options in order of maximum possible storage space per instance

Cloud storage > Persistent (SSD or standard) > Local SSD

Which of the following storage options do NOT offer data redundancy?

In which of the following storage options will data persist only till the instance is stopped or deleted?

Which of the following storage options have limitations on the instance types they can be used with?

Local SSD

  

Which of the following is typically NOT included in a container?

Operating system kernel

VMs tend to be larger than containers accomplishing similar functionality

True

VMs tend to be faster to start up than containers accomplishing similar functionality

False

Containers tend to be more portable to start up than VMs accomplishing similar functionality

True



Which of the following are advantages of Compute Engine over Container Engine?

Direct access to GPUs for applications such as training TensorFlow machine learning models

What is the main difference between standard persistent disks and SSD persistent disks?

Persistent SSD is a lot faster, particularly for random access

Which of the following is a difference between local SSD and persistent SSD?

Local SSD is actually physically attached to the server hosting the VM instance

Rank the following options in scope of access

Cloud storage - global, persistent (SSD and standard ) - zonal, local SSD - instance

How do storage options differ with container engine instances relative to compute engine instances?

Container disks are ephemeral by default; need to use a specific abstraction to make them persistent

Which of the following best depicts components in a container cluster?

Master endpoint - runs Kubernetes, node instances run Kubelets, each Kubelet controls a pod, pods contain individual Docker containers

原文地址:https://www.cnblogs.com/Answer1215/p/11761444.html

时间: 2024-11-04 02:51:30

[GCP] Goolge compute Engine的相关文章

2017谷歌云大会,一口气发布100+消息(无数云服务)

投递人 itwriter 发布于 2017-03-15 18:37 评论(1) 有576人阅读 原文链接 [收藏] « » 为期 3 天的谷歌云 2017 大会(又称 Next’17 大会)已经于旧金山闭幕,超过 1 万名参与者参加了本次大会,包括谷歌的客户.合作方.开发人员.IT 领袖.工程师.媒体.分析家.云端爱好者(也包括持怀疑态度的朋友)等.在这 3 天时间里,超过 200 位分享者进行了主题演讲,另外还有 4 场邀请讲座. Google Cloud Next ‘17 Next’17 大

如何利用容器降低云成本?

尽管主流的几大公有云提供商已实现了超乎想象的效率,然而,在任何给定的时间里,它们仍然具有闲置的过剩产能.为了使这些资源能够得到有效利用,并获得一些回报,AWS和Google Compute Engine都愿意以极低的折扣出售这些资源,折扣力度通常有90%. 这其中有什么内幕?价格是由市场驱动的,由最高出价者设定.这是典型的市场模式:资产价值由市场需求驱动.然而,对于公有云用户来说,挑战在于,在任何给定的时间,如果有人出价超过你,你所使用的spot实例将会被回收.在Amazon,云服务终止前您有两

google cloud storage products

https://cloud.google.com/products/storage/ BigTable Cloud Bigtable 是 Google 面向大数据领域的 NoSQL 数据库服务.它也是为 Google 搜索.Analytics(分析).地图和 Gmail 等众多核心 Google 服务提供支撑的数据库. https://cloud.google.com/bigtable/docs/?_ga=2.253537231.-792515609.1538018833 Cloud Bigta

保姆级教程!手把手教你使用Longhorn管理云原生分布式SQL数据库!

作者简介 Jimmy Guerrero,在开发者关系团队和开源社区拥有20多年的经验.他目前领导YugabyteDB的社区和市场团队. 本文来自Rancher Labs Longhorn是Kubernetes的云原生分布式块存储,易于部署和升级,100%开源且持久,由业界采用最为广泛的Kubernetes管理平台创建者Rancher Labs推出,并于去年10月捐献给CNCF.Longhorn的内置增量快照和备份功能可确保volume数据的安全,而其直观的UI可以方便地管理持久卷的计划备份.使用

Java学习笔记之RMI远程方法调用

RMI 应用通常有两个分开的程序组成,一个服务端程序和一个客户端程序.一个典型的服务端程序创建一些远程对象,使得对这些远程对象的引用可以被访问,等待客户端调用这些远程对象提供的方法.一个典型的客户端程序获取远程引用,指向一个或者多个服务端上的远程对象,然后调用这些远程对象所提供的方法.通常我们称这为分布式对象应用程序. 3.1 RMI的工作方式 分布式对象应用程序需要做的事情: l 查找(定位)远程对象. 应用程序可以使用各种不同的机制取得远程对象的引用.比如应用程序可以通过 RMI 提供的简单

这是一份很有诚意的2017 Google I/O大会的汇总 & 解析

前言 在刚过去的凌晨(北京时间 5月18日 1.00-3.00),一年一度的2017年Google I/O大会在美国谷歌山景城海岸线圆形剧场如期举行 Google I/O 大会:Innovation in the Open,开放中创新,是Google官方举办的开发者大会 面向 开发者,会议内容是:更新和发布Google的新产品 & 技术 对比于网上内容相互复制.堆砌的Google I/O大会内容报道,这是一份很有诚意的 2017年 Google I/O大会的汇总 & 解析 目录 1. 20

这是一份很有诚意的2017 Google I/O 大会 的汇总 & 解析

前言 在刚过去的凌晨(北京时间 5月18日 1.00-3.00),一年一度的2017年 Google I/O大会 在美国 谷歌山景城 海岸线圆形剧场 如期举行 Google I/O 大会:Innovation in the Open,开放中创新,是Google官方举办的开发者大会 面向 开发者,会议内容是:更新和发布Google的新产品 & 技术 对比于 网上内容相互复制.堆砌的Google I/O大会 内容报道,这是一份 很有诚意的 2017年 Google I/O大会 的汇总 & 解析

What Is Apache Hadoop?

http://hadoop.apache.org/ 1 The Apache™ Hadoop® project develops open-source software for reliable, scalable,distributed computing. The Apache Hadoop software library is a framework that allows for the distributedprocessing of large data sets across

2015第42周四

1.curl curl是利用URL语法在命令行方式下工作的开源文件传输工具.它支持很多协议:FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE 以及 LDAP.被广泛应用在Unix.多种Linux发行版中,并且有DOS和Win32.Win64下的移植版本.使用命令:curl http://curl.haxx.se这是最简单的使用方法.用这个命令获得了http://curl.haxx.se指向的页面,同样,如果这里的URL指向的是一个文件或者一幅图