Reputation: 1347
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.
Upvotes: 11
Views: 7648
Reputation: 4909
Kompose is a great option to migrate to K8s. You may also want to use Google Container Builder as well if you don't want to use an entire cluster. Here is an article that addresses this solution.
Upvotes: 0
Reputation: 66
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.
Upvotes: 5