Tutorial: Deploying a Web Application on Google Cloud Run - Printable Version +- Sick Gaming (https://www.sickgaming.net) +-- Forum: Computers (https://www.sickgaming.net/forum-86.html) +--- Forum: Linux, FreeBSD, and Unix types (https://www.sickgaming.net/forum-88.html) +--- Thread: Tutorial: Deploying a Web Application on Google Cloud Run (/thread-89934.html) |
Tutorial: Deploying a Web Application on Google Cloud Run - xSicKxBot - 04-23-2019 Tutorial: Deploying a Web Application on Google Cloud Run <div><div class="lcom-stacked__main"> <div class="panel-pane pane-entity-field pane-node-body"> <div class="field field-name-body field-type-text-with-summary field-label-hidden"> <div class="field-items"> <div class="field-item even"> <p>Google Cloud Run is a serverless environment to run containers. For the background and context of this latest Google Cloud Platform (GCP) service, refer to my <a class="local-link" href="https://thenewstack.io/how-google-cloud-run-combines-serverless-with-containers/">previous article</a>.</p> <p>In this tutorial, we will deploy a web application based on Node.js and MongoDB to the Cloud Run platform. Since Cloud Run is meant to host and scale stateless web applications, we will use <a class="ext-link" href="http://mlab.com">mLab service</a> to persist data. Since both mLab and Cloud Run are serverless, we just need to focus on the code and business logic instead of worrying about the infrastructure.</p> <p>Read more at: <a href="https://thenewstack.io/tutorial-deploying-a-web-application-on-google-cloud-run/">The New Stack</a></p> </div> </div> </div></div> </p></div> <p><a href="https://www.linux.com/popup/nojs" class="ctools-use-modal ctools-modal-subscription-modal-style element-invisible" title>Click Here!</a> </p> </div> |