...
Excerpt |
---|
The system architecture is designed to be completely distributed and scalable, capable of executing in both private and public clouds and using Kubernetes for clustering. Development and Operation APIsUser InterfacesThere are three different user interfaces:
ZonesArchitecturally, Usage Engine is comprised of three Zones.
The Zones are used for different purposes. The Control Zone is used to control the platform and is intended for Administrators. The Execution Zone is where the various configured workflows are executed according to what has been configured by the end users (via the Access zone). The Control Zone contains the Platform and the Database. Container OrchestrationThe container orchestration is done through Kubernetes using the REST interface. The Kubernetes operator enables you to setup a dynamic cluster that can scale up or down automatically by using:
This is done using Execution Context Deployments (ECDs) [hide](3.0[/hide]). Container HTTP APIA HTTP API is provided for transferring files between containers. External ReferencesProfile that allows you to use configuration values that originate from property files or exported environment variables. Monitoring APIsThe architecture uses best-of-breed industry standards for non-core functions like logging, monitoring, and alarming. The APIs are standardized; JSON for logs and events, and REST or JMX for metrics. The Events are filtered in the Event Manager, and apart from sending them to a database, or as a mail or SNMP Trap, you can also send them to System Log. Lifecycle ManagementIn order to provide for Life Cycle Management that ensures repeatability and minimizes human errors and downtime for operational procedures like; deploying and updating use cases, scaling and upgrading, the following is included:
|
This chapter includes the following sections:
...