xxxxxxxxxx
A system is stateless when it doesn't need to store any data within itself.
for example, Website and web app frontends are usually stateless.
On the other hand, applications such as databases are said to be stateful.
They require persistent storage that outlives the lifecycle of individual container replicas.