gitkube-example icon indicating copy to clipboard operation
gitkube-example copied to clipboard

Add an example where multiple images are built/multiple microservices are deployed

Open naseemkullah opened this issue 7 years ago • 1 comments

This would be beneficial for new users to see how they could deploy multiple microservices with a single git push command. I noticed that the gitkube cli prompts you to add more containers, so we can definitely build multiple images, but we are only allowed to mention a single Manifests/Chart directory and a single Deployment name. An example would make it clear how to go about deploying multiple micro-services.

naseemkullah avatar Jun 25 '18 22:06 naseemkullah

A single manifest/chart directory is just a design choice. However, you can keep as many yamls in there as you want. As for a helm chart: it only makes sense to keep one helm chart per application.

As for the Deployment, you can specify multiple deployments as well (just like multiple containers) through the cli.

Although I do agree that an example would make it clearer.

tirumaraiselvan avatar Jun 26 '18 05:06 tirumaraiselvan