• Post author:
  • Post category:Blog
  • Reading time:1 mins read
  • Post last modified:June 12, 2024

What are two characteristics of stateless applications? (Choose two.)

  • They must run on container orchestrators like Kubernetes.
  • They can be freely scaled across available capacity without disrupting ongoing customer connections.
  • They can be scaled only by redeploying them and destroying the data that users or operators previously needed.
  • They maintain the user state within the local user machine so that automation can work non-destructively.
  • They can store a user state in an accessible database separate from application servers and other components.
Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments