What is the most cost effective way of running a single docker container on GCP? I have various simple scripts which I've packaged in images and which I'd like to move to GCP and run them as containers. From the docs Google Container engine is:
A Container Engine cluster is a group of Compute Engine instances running Kubernetes. It consists of one or more node instances, and a managed Kubernetes master endpoint. A container cluster is the foundation of a Container Engine application—pods, services, and replication controllers all run on top of a cluster.
This sounds like an overkill as I only need one Compute Engine instance with the docker toolchain installed and easy access to other cloud tools (e.g. SQL). I proceeded to provision a Compute Engine VM but then had to set up docker which felt like reinventing Google Container Engine.
EDIT: I found this which is in alpha stage as of now (2017-09-06): https://cloud.google.com/compute/docs/instance-groups/deploying-docker-containers