Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The topology of the cluster is handled differently in the two deployment options (Classical and Containerized). The classical relies on a DigitalRoute developed application called System Topology Registry, while the containerized relies on Kubernetes (or other cluster management tool if ported). Note that classical deployments need a third party product in case high availability is a requirement, while containerized has this feature as part of Kubernetes.

Containerized MediationZone Deployments

Kubernetes (or other cluster management tool if ported), handles all aspects of cluster management of MediationZone:

  • Creating, removing, starting, and stopping pico instances.
  • Updating attributes of pico instances.
  • Making all pico instances of the cluster highly available.
  • Viewing cluster details.

For detailed user guides, please visit https://kubernetes.io/docs/home/.

managed by the System Topology Registry.

Classical MediationZone Deployments

The System Topology Registry (STR) provides a central interface for managing the topologythe MediationZone topology, through manual configuration or scripting.

...

The well-defined interface for managing the system topology and controlling processes, in combination with scripted installations of containers, facilitate deployment of in of MediationZone in highly automated environments.

Managing Processes

 processes MediationZone processes can be managed from a central point via text editors, a web GUI, or from the command line. The data format used is HOCON (Human-Optimized Config Notation), a relaxed variant of JSON. Compared to JSON, this format is more oriented for human/manual editing and supports comments.

The figure below illustrates configuration of an Execution Context in the System Administration GUI.

Image RemovedImage Added

Creating Execution Context (EC) in System Administration GUI

...

The System Administration Interface can be used to view the complete system topology in a graph, or information about specific processes.

Image RemovedImage Added

System Administration GUI - System Overview

The runtime information in the System Administration includes e g running status, JVM statistics, uptime, ports, etc.

Image RemovedImage Added

System Administration GUI - Runtime

...

Changes to the STR are instantly replicated by the Platform process, ensuring that all containers have consistent and valid information.

Image RemovedImage Added

STR Replication