- Google Cloud Platform Administration
- Ranjit Singh Thakurratan
- 223字
- 2021-07-23 19:07:30
Compute services
GCP offers you a wide variety of computing services that allow you complete flexibility as to how you want to manage your computing assets. Depending on your application and its requirements, you can choose to deploy a traditional custom virtual machine or use Google's App Engine to run the application:
- Compute engine: Allows you to deploy and run high-performance virtual machines in Google data centers. You can deploy either a pre-configured virtual machine or customize the resources as per your requirements.
- Apps engine: Allows you to deploy your application on a fully managed platform which is completely supported by Google. This allows you to simply deploy your application and have it running without you having to worry about the underlying infrastructure.
- Kubernetes engine: This service allows you to run containers on GCP. This means your containerized applications can be deployed on GCP using the Kubernetes engine service without you having to manage the underlying cluster yourself. Google's Site Reliability Engineers (SREs) constantly monitor the cluster, which relieves you of that responsibility.
- Cloud Functions: This service allows you to run code and respond to events on the fly in a true serverless model. This means allowing code to respond to events is determined by you. This also means you will be billed only if your code runs, making it very cost effective.
推薦閱讀
- Unreal Engine:Game Development from A to Z
- Hands-On Data Science with SQL Server 2017
- 大數據平臺異常檢測分析系統的若干關鍵技術研究
- 21天學通Visual Basic
- 機器人編程實戰
- 完全掌握AutoCAD 2008中文版:機械篇
- Android游戲開發案例與關鍵技術
- 云計算和大數據的應用
- Mastering Text Mining with R
- Building Google Cloud Platform Solutions
- Python文本分析
- MongoDB 4 Quick Start Guide
- DynamoDB Applied Design Patterns
- JSP通用范例開發金典
- 分布式Java應用