Hello,
I have a web application that helps my client launch an API with a button "Launch my API".
Under the hood, I have a Docker image that is ran on two Google Cloud Run services (one for debug environment and one for production).
My challenge is the following: How can I trigger the deployment of Docker containers on-demand ?
Naively, I would like that this button call an API that trigger the launch of these services based on my Docker image (that is already in Google Cloud or available to download at a certain URL).
Thank you for your help,
Jean
Can you elaborate more on what you would like the API to do behind the scenes? Are you planning on launching docker containers on demand on Cloud Run?
Have you checked if using the Cloud Run API fits your requirements?