Answers for "what is stateful and stateless containers"

1

what is stateful and stateless containers

Stateless containers can be started and stopped at any time, and stateless containers can be run on any node in the cluster. So long as there is at least one instance of the container running at any time, the service provided by that application is always available. Stateful containers aren't so flexible.
Posted by: Guest on September-02-2021

Code answers related to "what is stateful and stateless containers"

Browse Popular Code Answers by Language