Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Running side containers in Google cloud run or Google App Engine

Is it possible to run side containers or init containers in Google Cloud Run or App Engine? I couldn't find any documentation of this and trying to ask this on GCP support forums I was directed to ask at stack-overflow. If possible how would you accomplish this? I came across this repo but it wasn't helpful.

I know it is possible with GKS but trying to do the same with these services.

like image 727
dontke Avatar asked Nov 07 '25 16:11

dontke


1 Answers

You can't, for now, running a Pod on Cloud Run, you can only run a container. However, it's possible to run a multi process container for helping you to achieve this.

You can find here and here a post from Ahmet for running several process in the same container.

Note: Ahmet is one of Cloud Run engineers at Google, you can rely on his articles!

like image 92
guillaume blaquiere Avatar answered Nov 10 '25 17:11

guillaume blaquiere



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!