简体   繁体   English

如何为一组用户部署部署在 Docker 和 GCP 上的 React webapp

[英]How to deploy React webapp deployed on Docker and GCP only for a set of users

I want to achieve something that Google Play store offers ie releasing app to a set of users and the rest of users will keep seeing the existing app.我想实现 Google Play 商店提供的功能,即向一组用户发布应用程序,其余用户将继续看到现有应用程序。

Is there a way to achieve this with a web app deployed using Docker and GCP?有没有办法通过使用 Docker 和 GCP 部署的网络应用程序来实现这一目标?

Someone shared an interesting article about Canary build.有人分享了一篇关于金丝雀构建的有趣文章。

Canary Deployments are where you roll out the new version of your service while keeping the older one alive.金丝雀部署是您推出服务的新版本同时保持旧版本可用的地方。 Some customers will be routed to the new version while others will be routed to your existing version.一些客户将被路由到新版本,而其他客户将被路由到您的现有版本。

https://stackify.com/canary-deployments/ https://stackify.com/canary-deployments/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 gcp vm 中部署 docker 镜像 - how to deploy docker image in gcp vm 如何在 GCP App Engine 上同时部署 Spring 启动和 React 应用程序? - How to deploy Spring boot and React application together on GCP App Engine? App Engine 上部署的 React Webapp 显示空白页面 - React Webapp deployed on App Engine displays blank page 如何将部署在 GCP 中的 Janusgraph 与 Python 运行时连接起来? - How to connect Janusgraph deployed in GCP with Python runtime? 如何在 GCP 上部署 Quarkus? - How I can deploy Quarkus on GCP? 如何将 Firestore 侦听器功能部署到 GCP Cloud? - How to deploy Firestore listener functions to GCP Cloud? 如何将气流 [docker] 连接到 GCP? - How to connect airflow[docker] to GCP? 如何以及在何处存储来自部署在 Azure webapp 中的 MVC 应用程序的文件 - How and where to store a file from MVC application that is deployed in Azure webapp 如何在 GCP 中部署基于跨项目 GCS 事件的云 function? - How to deploy a cross project GCS event based cloud function in GCP? 如何将 spring 启动应用程序部署到 GCP 云功能? - How to deploy spring boot application to GCP cloud functions?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM