Minimal Architecture (MA)
- 01 Oct 2024
-
DarkLight
-
PDF
Minimal Architecture (MA)
- Updated on 01 Oct 2024
-
DarkLight
-
PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
A Developer Architecture (DA) is an Itential architecture where all of the components are installed as singletons and cannot gracefully tolerate failures. This architecture is not recommended for production environments and testing environments that require strict up times and redundancies. This architecture is suitable for development environments only. The IAP application performs many reads and writes against the database and is sensitive to great latencies. All components must be installed in the same data center. All components must have authentication enabled.
The minimum DA architecture is comprised of 4 VMs broken down as follows:
- 1 IAP server
- 1 MongoDB server
- 1 Redis server
- 1 IAG server
Was this article helpful?