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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: