Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is easiest way to deploy using docker-compose.yml on GCP in 2018?

Time is changing and it's too fast in Cloud environment. I'm developing my project with docker-compose and want to deploy it on GCP using docker-compose.yml and want to know how to deploy it with docker-compose at the easiest way. Because there seems many ways on GCP in this time.

like image 428
Harry Avatar asked Sep 22 '18 06:09

Harry


Video Answer


1 Answers

Try to use Kompose to deploy docker-compose.yml in kubernetes (GCP or openshift here)

kompose can convert docker-compose file into deploy, services files etc.

like image 126
Aditya Ambati Avatar answered Nov 02 '22 22:11

Aditya Ambati