- Learning Google BigQuery
- Thirukkumaran Haridass Eric Brown
- 132字
- 2021-07-02 21:24:01
Google container engine
For companies that have taken advantage of containers to run, develop, test, and deploy their applications, Google Cloud offers the Google container engine. The container format supported is Docker. It provides options to manage the containers, perform scaling, and automate deployments using the open source Kubernetes container orchestration system. Google Cloud also provides a container registry service to store private Docker images for your team to use. Container-based development, testing, and deployment is now becoming a de facto for agile development projects.
Compared to App engine, applications running on Container engine have fewer restrictions in terms of storage, performance, and using third-party libraries.
The Pokémon GO application uses Google Container Engine to run its application logic. Read the detailed post about it at https://cloudplatform.googleblog.com/2016/09/bringing-Pokemon-GO-to-life-on-Google-Cloud.html.
- Mastering Zabbix(Second Edition)
- Mastering Adobe Captivate 2017(Fourth Edition)
- C語言程序設計實踐教程
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- JavaScript入門經典
- 數據結構案例教程(C/C++版)
- 劍指Java:核心原理與應用實踐
- Webpack實戰:入門、進階與調優
- Android項目實戰:手機安全衛士開發案例解析
- Learning Material Design
- Scala編程實戰
- MyBatis 3源碼深度解析
- Swift Essentials(Second Edition)
- Isomorphic JavaScript Web Development
- Visual Basic程序設計