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

Allow deploying stateless services as Deployments instead of StatefulSets #366

Open
HT154 opened this issue Jan 24, 2019 · 1 comment
Open

Comments

@HT154
Copy link

HT154 commented Jan 24, 2019

I know the operator used to use Deployments and they were phased out with v1beta2, but the reality is that StatefulSets don't make sense for most stateless services. The primary benefit of Deployments is the ability to perform rolling updates, which is completely orthogonal to how StatefulSets are implemented.

The operator should provide a way to select whether to use a StatefulSet or Deployment.

@jtimberman
Copy link

This would be a welcome feature. Most of the applications we're running internally in Kubernetes are stateless, or connect to database services that are external like AWS's RDS or Elasticache.

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

2 participants