Skip to content

Commit

Permalink
stateless vs. stateful
Browse files Browse the repository at this point in the history
stateless vs. stateful Overview
  • Loading branch information
libert-xyz authored Oct 24, 2019
1 parent e5322d3 commit 2031c28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ which follows the immutable infrastructure paradigm.

<details>
<summary>Explain stateless vs. stateful</summary><br><b>

Stateless applications don't store any data in the host which makes it ideal for horizontal scaling and microservices.
Stateful applications depend on the storage to save state and data, typically databases are stateful applications.
</b></details>

<details>
Expand Down

0 comments on commit 2031c28

Please sign in to comment.