简体   繁体   English

在 Cloud Run 上部署客户端的 docker 映像

[英]Deploy the docker image of a client on Cloud Run

A client told me to deploy a docker image for him on Cloud Run.一位客户告诉我在 Cloud Run 上为他部署 docker 映像。 I am able to do that in my own account.我可以在我自己的帐户中做到这一点。 Once it is done, the problem is that it is to me to pay the maintenance fee.一旦完成,问题是我要支付维护费。 Do you know the best practice to avoid this problem?您知道避免此问题的最佳做法吗? Should I tax my client every month?我应该每个月向我的客户征税吗? Or should I deploy the docker image on the gcp account of my client?或者我应该在我客户的 gcp 帐户上部署 docker 映像吗? Or is it possible to directly tax my client from my gcp account?或者是否可以直接从我的 gcp 帐户向我的客户征税? Thanks in advance and sorry for this silly question.在此先感谢并为这个愚蠢的问题感到抱歉。 Best regards.此致。

You only have two choices:你只有两个选择:

  • deploy in your project and pay the fees.在您的项目中部署并支付费用。 How you manage reibursement is up to you.如何管理报销取决于您。
  • deploy in your customer's project and they pay the fees.部署在您客户的项目中,他们支付费用。

Best practice: deploy in their project so that they own the service and are responsible for that service, eg following Google Terms of Service.最佳实践:在他们的项目中部署,以便他们拥有服务并负责该服务,例如遵循 Google 服务条款。

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

相关问题 在 Google Cloud Run 上部署 docker 映像 - Deploy a docker image on Google Cloud Run 无法使用来自另一个项目的图像部署 Cloud Run 服务 - Unable to deploy a Cloud Run Service using an image from another project 如何使用自定义 Docker 图像运行 Python Google Cloud Dataflow 作业? - How to run a Python Google Cloud Dataflow job with a custom Docker image? 在 Google Cloud Run 中部署多阶段 Docker 映像 - Deploying multi-stage Docker image in Google Cloud Run 在 Google Cloud Run 中部署 NestJS - Deploy NestJS in Google Cloud Run Gitlab 云运行部署成功但作业失败 - Gitlab Cloud run deploy successfully but Job failed GCP Cloud Run 部署 Docker 容器未启动,因为 nginx 图像无法找到 error.log - GCP Cloud Run deployed Docker container does not start because of nginx image is failing to find error.log 将 docker 镜像部署到云运行时如何解决“容器启动失败错误” - How to resolve "container failed to start error" while deploying a docker image to cloud run 无法从 filezilla 客户端连接到 Cloud Run 中部署的 SFTP 服务器映像 - Unable to connect to SFTP-server image deployed in Cloud Run from filezilla client Cloud Run 中 Docker 容器上的 POST 出现 405 错误 - 405 error for POST on Docker Container in Cloud Run
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM