Skip to content

Commit d3eb6f8

Browse files
author
Arie Bregman
authored
Merge pull request bregman-arie#34 from rschmidtz/patch-1
stateless vs. stateful
2 parents e5322d3 + 2031c28 commit d3eb6f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ which follows the immutable infrastructure paradigm.
147147

148148
<details>
149149
<summary>Explain stateless vs. stateful</summary><br><b>
150+
151+
Stateless applications don't store any data in the host which makes it ideal for horizontal scaling and microservices.
152+
Stateful applications depend on the storage to save state and data, typically databases are stateful applications.
150153
</b></details>
151154

152155
<details>

0 commit comments

Comments
 (0)