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

Ability to configure forced stateless mode for swarm based deployment #788

Open
ErSauravAdhikari opened this issue Nov 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ErSauravAdhikari
Copy link

What problem will this feature address?

The way docker swarm works is it's fully robust for stateless services but not as much for stateful services. For stateful services (those that have mounted volumes), we need to take care of sharing data (can be done via docker plugins).

Describe the solution you'd like

It would be great if we could add in a setting that allows for state to be stored in the server or not. That way stateful services are not accidentally deployed when on swarm mode.

It can also come in as a user permission field, to allow state mount

Describe alternatives you've considered

Not using the volume feature would work, but I do think it'd be great if the admin can configure it to be unavailable for other user.

Additional context

No response

Will you send a PR to implement it?

No

@ErSauravAdhikari ErSauravAdhikari added the enhancement New feature or request label Nov 30, 2024
@ErSauravAdhikari ErSauravAdhikari changed the title Ability to configure forced stateful mode for swarm based deployment Ability to configure forced stateless mode for swarm based deployment Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant