Infrastructure
Documents

Administrator Insights Board

The administrator dashboard provides insights to the administrator of eRTC infrastructure where the application is running.

Infrastructure Insights

  • Number of pods:
    It details the number of pods(corresponding to container) that are active for a particular service.
    It gives the admin a view of the number of pods currently running at the backend.
    If the admin scales the number of pods, the count will be updated on the portal.

    Configuration:

    Autoconfigured during the environment provisioning (as subscribed in the plan)
    Benefits: It gives the insights of the number of currently running pods vs total pods supported by the cluster.
  • Disk Pressure:
    This occurs when the available disk space and inodes on either the node’s root filesystem or image filesystem has satisfied an eviction threshold. If the disk pressure is high, the node needs to be brought under maintenance, and there might be the need for cluster scaling as per the “reason-for-cause” analysis.

    Configuration:

    Autoconfigured during environment provisioning.

    Backend Configuration:

    It gives the number of nodes that are currently active or inactive.
    It gives the eRTC administrator the overall view of the cluster at node level.
  • Node Health:
    It gives the number of nodes that are currently active or inactive.
    It gives the eRTC administrator the overall view of the cluster at node level.

    Configuration:

    Autoconfigured during environment provisioning.

    Backend Configuration:

    The team needs to copy the k8s config file inside the admin-api container which will be used to provide all the cluster details.
    Benefits: It gives the administrator a birds-eye-view of the node health of the cluster.