There was an error while loading. Please reload this page.
2 parents e5322d3 + 2031c28 commit d3eb6f8Copy full SHA for d3eb6f8
README.md
@@ -147,6 +147,9 @@ which follows the immutable infrastructure paradigm.
147
148
<details>
149
<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.
153
</b></details>
154
155
0 commit comments