- 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.
推薦閱讀
- 空間機(jī)器人遙操作系統(tǒng)及控制
- Learning Apache Spark 2
- 數(shù)據(jù)產(chǎn)品經(jīng)理:解決方案與案例分析
- MicroPython Projects
- RPA:流程自動(dòng)化引領(lǐng)數(shù)字勞動(dòng)力革命
- WordPress Theme Development Beginner's Guide(Third Edition)
- 大型數(shù)據(jù)庫管理系統(tǒng)技術(shù)、應(yīng)用與實(shí)例分析:SQL Server 2005
- LAMP網(wǎng)站開發(fā)黃金組合Linux+Apache+MySQL+PHP
- Flink原理與實(shí)踐
- 工業(yè)機(jī)器人實(shí)操進(jìn)階手冊
- Cisco UCS Cookbook
- Building Analytics Teams
- Data Science with Python
- OSGi原理與最佳實(shí)踐
- 三維動(dòng)畫制作(3ds max7.0)