You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: