Build and deploy multiple docker containers to Kubernetes from single GitLab project

2/26/2020

I have done kubernetes integration on my gitlab project. I successfully built and deploy sample application as a docker container on K8 cluster on google cloud. In the next step, I want to start multple docker container from the same project which run in a one pod on Kubernetes. Is it possible to build and deploy multiple docker containers from a single project on GitLab?

-- Rohit Bohara
docker
gitlab
gitlab-ci
kubernetes

0 Answers