airavata-courses / Blitzkrieg

This repository is for Project Assignment 1 for Team Blitzkrieg
0 stars 1 forks source link

Write a shell file to deploy all services in one command #75

Open bivasmaiti26 opened 4 years ago

bivasmaiti26 commented 4 years ago

Create a shell script which will deploy all services in the kubernetes cluster, this shell script will be used for the Continuous Deployment Jenkins pipeline.

bivasmaiti26 commented 4 years ago

Since the kubernetes cluster is changed, and we are segregating all the services from one pod to multiple pods, a shell file is created with all the kubectl commands to deploy all the services. This contains multiple sleep commands due to dependency between services.