Automate Infrastructure with Azion Edge Orchestrator

Azion Edge Orchestrator allows you to automate and manage your infrastructure efficiently. By leveraging Azion CLI, you can perform tasks such as deployment, monitoring, and updates of edge applications. This documentation provides an in-depth look at the architecture and steps for implementing infrastructure automation using Azion Edge Orchestrator, helping you achieve optimal performance and streamlined operations.


Architecture

Orchestrator architecture diagram

Dataflow

  1. The user accesses the Azion Console to manage the Edge Nodes.
  2. The user binds an Edge Service to the Edge Nodes.
  3. The Edge Nodes are managed and configured through the Edge Service Binding.
  4. The Orchestrator orchestrates services on the Edge Nodes.

Components

  • Azion Console: interface for managing and monitoring edge applications and services.
  • Azion Edge Orchestrator: automates deployment and management of applications across edge nodes.
  • Edge Nodes: distributed computing resources that process data closer to the source.
  • Edge Services: enables services creation and customization for orchestration on Edge Nodes.

Implementation

  1. Install Edge Orchestrator Agent in your device to turn it into an edge node.
  2. Authorize the edge node so it can be orchestrated.
  3. Create services that will run scripts on the nodes.
  4. Bind services to edge nodes.
  5. Watch logs from your edges nodes and services.


Contributors