- Google Cloud Platform Cookbook
- Legorie Rajan PS
- 134字
- 2021-08-27 19:13:24
Hosting a Node.js application on Kubernetes Engine
We will containerize the KeystoneJS application and host it on Google Kubernetes Engine (GKE). GKE is powered by the container management system, Kubernetes. Containers are built to do one specific task, and so we'll separate the application and the database as we did for App Engine.
The MongoDB container will host the MongoDB database with the data stored on external disks. The data within a container is transient, and so we need an external disk to safely store the MongoDB data. The App Container includes a Node.js runtime, that will run our KeystoneJS application.
It will communicate with the Mongo Container and also expose itself to the end user:

You'll be using the following services and others for this recipe:
- Google Kubernetes Engine
- GCE
- Google Container Registry
推薦閱讀
- 電氣自動化專業英語(第3版)
- 計算機圖形學
- Hands-On Artificial Intelligence on Amazon Web Services
- Hands-On Cybersecurity with Blockchain
- 西門子S7-200 SMART PLC實例指導學與用
- Implementing Oracle API Platform Cloud Service
- R Machine Learning Projects
- Excel 2010函數與公式速查手冊
- 在實戰中成長:C++開發之路
- 3ds Max造型表現藝術
- 手把手教你學Flash CS3
- Effective Business Intelligence with QuickSight
- 深度學習之模型優化:核心算法與案例實踐
- 歐姆龍CP1系列PLC原理與應用
- Microsoft Power BI Complete Reference