Running workloads
Devices run your applications as containers. You deploy and manage them from the SPEKTRA Edge platform; this page covers only how workloads interact with the OS. For the full application deployment workflow, see the Deploy guide.
How workloads use device storage
- Container images and workload data live on the device’s data area, which uses most of the disk.
- A workload can mount paths from the device into its containers when it needs access to host data or hardware.
- Credentials a workload needs (such as registry pull secrets) are delivered through the platform rather than stored in the image.
Networking for workloads
- Any network ports a workload exposes are determined by the workload itself, not by the OS — open them in your site firewall as needed. See Connectivity & ports.
- Workload traffic honors the device’s proxy configuration.
When storage runs low
Because container images and data share the data area, a device that fills its data area can fail to start new workloads. Watch storage usage in device metrics, and keep logging levels reasonable so logs do not consume the space your workloads need.
Lifecycle across reboots and upgrades
Workloads configured to run are brought back up after a reboot, and persist across OS upgrades because their images and data are on persistent storage.