Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fire and forget mode #81

Open
daniel-ac-martin opened this issue Jun 12, 2018 · 0 comments
Open

Fire and forget mode #81

daniel-ac-martin opened this issue Jun 12, 2018 · 0 comments

Comments

@daniel-ac-martin
Copy link
Contributor

I think kd should have a 'fire and forget' mode. i.e. It should be possible to create a deployment and move on without waiting for its rollout to complete. There a two reasons for this:

  1. Inter-dependent deployments - Let's say micro-service B requires micro-service A to have started before it can start. But micro-service A is not ready until micro-service B has started.

  2. Deployment speed - In many cases two services will not rely on each other and so it makes no sense for us to deploy in sequence. Rather, we should deploy them in parallel. That way they can each be rolling out and the same time and reduce the overall time taken to deploy the service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant