App Engine vs. Cloud Run: Part 3 - Post deployment challenges and solutions
Developer Blogs | 4 min read In the previous blog post, I explained how to start using Google Cloud Platform, how to deploy and host your project on App Engine and Cloud Run, and explained the challenges and solutions for the same. This is the final blog post of the three-part blog series, where I will explain and resolve the challenges you may face post deployment of projects on both App Engine and Cloud Run. Table of contents • Challenges post deployment of a project and their solutions • Challenge 1: System not working as expected • Challenge 2: Memory space usage • Challenge 3: Startup latency • Challenge 4: Application does not update after deployment • Best practices to avoid issues post deployment Challenges post deployment of a project and their solutions To understand the challenges and resolve them, I used the project that I deployed in the last blog post. I found solutions to all the...