Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

Use ReplicaSet instead of Deployments #20

Open
t0ffel opened this issue Jul 7, 2018 · 0 comments
Open

Use ReplicaSet instead of Deployments #20

t0ffel opened this issue Jul 7, 2018 · 0 comments

Comments

@t0ffel
Copy link
Contributor

t0ffel commented Jul 7, 2018

Right now we construct Deployments for any nodes that contain data role, however quite likely constructing just ReplicaSets is enough.

Reasoning:

  • Deployments construct ReplicaSets anyhow
  • Deployments provide ability to have different rollout strategy, however it is unlikely to be used.
  • Deployments is just another object that might be needed to manage(extra api call noone needs)

Why Deployments might be needed?
Maybe to do rollbacks. Not sure how exactly.

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

No branches or pull requests

1 participant