Subscribe to Google Cloud Tech → goo.gle/GoogleCloudTech
@pkpprodev11 ай бұрын
👍
@Amy-60111 ай бұрын
Brilliant! Rollback to version that works whilst I fix the current bug !! Sometimes IME ( in my experience) , bugs are not because of a flaw, but more often than not, because of backward compatibility problems ( with say version n not playing properly with version (n - 2) ) , some customers ( even in house) may still use older versions). Rollbacks help take the stress out of the equation. - Amy
@TheMomander11 ай бұрын
Agreed, with modern web apps that contain a lot of frontend logic you often run into version incompatibilities. You deploy a new backend + frontend and the backend gets deployed at once, but many users still have the old web page open in their browsers. You have to keep supporting old versions of your backend API for days or weeks, unless you build some frontend logic that detects versions.
@dheer21111 ай бұрын
Can the invisible / experiments option be achieved using a Feature flagging tool?
@AlexMoore-p9e11 ай бұрын
Exactly, you can also do this on Google Cloud with Firebase A/B Testing
@formula-box11 ай бұрын
thanks for the inspiring content! Is there a chance for introducing the following topics 1.how to design vpc and subnet for alloydb and cloudrun with cloud load balancing with IAP in customer data security perspective 2.Any example how to do database migration in production with cloudrun alloydb and cloud load balancer following the SRE guideline Thanks very much!
@TheMomander11 ай бұрын
Thank you for the suggestion!
@samtv577411 ай бұрын
i would love to see how to run laravel on cloud run