Expanso Edge
expanso-edge
Expanso Edge - Autonomous edge computing agent
Synopsis
Expanso Edge is an autonomous edge computing agent that connects to the Expanso control plane and executes data processing pipelines on your infrastructure.
What Is The Edge Agent?
The edge agent is a lightweight, autonomous service that: • Connects securely to your managed Expanso control plane • Registers with node identity and capabilities (labels, resources) • Receives job assignments from the control plane • Executes data processing pipelines assigned to the node • Reports execution status and metrics back to the control plane • Maintains itself with minimal human intervention
Getting Started:
-
Bootstrap your edge node (one-time setup): expanso-edge bootstrap --token YOUR_BOOTSTRAP_TOKEN
-
Run the edge agent: expanso-edge run
-
Verify from CLI that your node is connected: expanso-cli node list
The edge agent will automatically reconnect if the connection is lost and will execute jobs assigned by the control plane based on node selectors.
For complete guides, see the Getting Started section.
Options
-h, --help help for expanso-edge
-v, --verbose Enable verbose logging
SEE ALSO
- expanso-edge bootstrap - Bootstrap your edge node to Expanso Cloud
- expanso-edge run - Run the Expanso Edge agent
- expanso-edge version - Show version information