'What google cloud service should I use it I want to deploy a single stateful container that runs continuously while avoiding virtual instances

I am developing an algorithmic stock trading strategy in the python Backtrader library. To use a Backtrader strategy you must run the code in a stateful nonscalable way. I want to avoid the overhead of deploying my container containing the strategy with a virtual instance in google cloud. Google Run does not work because this Backtrader strategy in a docker container must be continuously running. Is there a google compute service that is able to run a single container? I know the way I want to deploy this container is going against the philosophy of containers.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source