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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I've noticed that Nextcloud uses Deployment even though it is capable of managing persistent data.
Deployment is generally used for stateless applications, while StatefulSet is specifically designed for stateful applications.
Any reason to design it like that ?
It seems to me that it would make sense for Nextcloud to be a StatefulSet, at least when it uses a PVC.
All reactions