What tradeoff occurs with the 12-factor principle of "store state information in the environment"?
Answers
Answered by
0
Explanation:
What tradeoff occurs with the 12-factor principle of "store state information in the environment"? [ ]State information is more reliable when stored locally on a server if you use SSD. [ ]State information stored in the environment is not encrypted so it is not secure.
Answered by
0
The tradeoff occuring with the 12-factor principle is :
slower than storing it locally on SSD.
- The 12-factor principle can be defined as a methodology that is used for building software-as-a-service (SAAS) applications.
- The 12-factor principles are-
- Codebase
- Dependencies
- Config
- Backing services
- Build, release, run
- Processes
- Port binding
- Concurrency
- Disposability
- Dev/Prod parity
- Logs
- Admin Processes
Similar questions