When to use a StatefulSet?
If you need to hold a specific state and the whole application is dependent on this state, you should use a StatefulSet.
If you need to hold a specific state and the whole application is dependent on this state, you should use a StatefulSet.