Versions Compared

Key

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

...

                

ELIOT Manager

ELIOT

...

Portal 

ELIOT Portal is new feature added on the ELIOT Blueprint which is currently applicable for both IoT Gateway and uCPE Blueprint. ELIOT Portal main objective is use to have a dashboard for operations and management of ELIOT Cluster. It consists of ELIOT UI and ELIOT API Gateway.

...

Other options like Application Deployments,   are currently in design phase, which will be developed for future releases.

Node Monitoring

...

Node Monitoring main task is to collect the container performance metrics from various IoT Gateway Nodes and display on a dashboard in graphical representation. 

Network Controller & Node Resource Manager

...


The core part of the ELIOT Cluster which controls the Node health, high availability , overlay networking , cluster management. To manage the same Kubernetes and KubeEdge are being used for Node Resource Management with Calico for Container Networking.

ELIOT uCPE Edge Node

Container Metrics Collector

...


The module collects the various metrics of containers running on the Node and sends to collector which is running on ELIOT Manager node. The data metrics include CPU Usage, Memory Consumption etc of each containers running on the Edge Node.

Container Runtime Environment

...

Container Runtime provides the platform to run the containerized applications on ELIOT Edge Nodes. Currently Docker is being used as the platform, in future plans are to use lightweight container runtime environment like Containerd.

Kubelet

...

For maintaining a set of pods running on ELIOT Cluster, which are composed of one or more containers, on a local system. Within a ELIOT cluster deployed with kubernetes, the kubelet functions as a local agent that watches for pod specs via the Kubernetes API server.

...