quintilesims / layer0

Build, Manage, and Deploy Your Applications
Apache License 2.0
44 stars 20 forks source link

Stateful vs Stateless Application Workflow #554

Closed diemonster closed 6 years ago

diemonster commented 6 years ago

Currently, we've defined the difference between EC2 vs Fargate launch types as static versus dynamic. We should adopt terminology that is focused less on the ability to scale and more on the application type, i.e. stateful versus stateless. As such, the first part of this task might be as simple as find/replace.

Secondly, we should make some intelligent decisions up front for the users of stateful applications. For instance, all stateful applications require statically mapped data volumes. Many stateful applications require placement constraints (see: Splunk). If we can make some of these choices for users in advance, it will make the stateful workflow far more useful.

tribaljack commented 6 years ago

Work on this is being tracked by #500. Closing as dupe