Itential Validated Designs
Proven architectures and tested patterns for implementing Itential’s product portfolio at scale.
Proven architectures and tested patterns for implementing Itential’s product portfolio at scale.
Itential Validated Designs provide customers with tested and documented designs that can be used to deploy and operate Itential technology in development, staging, and production environments. These design documents provide proven architectures and tested patterns, taking the guess work out of implementing Itential’s product portfolio. These documents provide the details that organizations need to understand how to build scalable platforms to meet the demands of operators today for designing and executing orchestration and automation solutions at scale.
A Highly Available Architecture (HA2) is an Itential architecture where all of the components are redundant and can gracefully tolerate at least 1 catastrophic failure. This architecture is the recommended architecture for production environments and testing environments.
An Active/Standby Architecture (ASA) is an Itential architecture where all of the components are redundant and can gracefully tolerate at least 1 catastrophic failure and also provides a redundancy for the primary data center. This architecture is the recommended architecture for production environments that must adhere to strict business continuity and uptime demands. It builds on top of the HA2 architecture essentially using two HA2 installs in geographically redundant locations. It makes use of a larger MongoDB replica set that is also geographically redundant.
A Developer Architecture (DA) is an Itential architecture where all of the components are installed as singletons and can not gracefully tolerate failures. This architecture is not recommended for production environments and testing environments that require strict uptimes 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.