Minimal Architecture (MA)

Prev Next

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 Itential Platform 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 Itential Platform server
  • 1 MongoDB server
  • 1 Redis server
  • 1 IAG server

Itential Minimal Architecure