0

Is there a way to automate creation of a VM instance with more than one container running? I can create a VM with one container running when using gcloud. Basically, is there an easy way to achieve this without manual intervention?

Arlaharen
  • 101
  • 1

1 Answers1

0

I asume you are using GCP Container-Optimized OS (COS) images. Per their limitations section You can only deploy one container for each VM instance. Consider Kubernetes Engine if you need to deploy multiple containers per VM instance.

Ernesto U
  • 252
  • 1
  • 5