Cloud Run vs Fargate

This is more of a general knowledge question than anything else: In the context of Pangeo deployments, can someone explain to me the fundamental difference(s) between AWS Fargate and GCP Cloud Run (https://cloud.google.com/run) and if it would be technically possible to set up a Pangeo deployment using Cloud Run?

@amanda-tan- which parts of a Pangeo workflow are you interested in running on Fargate/Run? Have you seen dask-cloudprovider? This allows you to deploy dask-distributed using AWS Fargate using the native AWS api (not kubernetes).