Introduction
This guide describes how to add and delete an edge app on the ZEDEDA platform.
Prerequisites
- Ensure the application details are stored in a place the edge node can access. Check Data Stores for details.
- An Edge App Image is required.
Add an edge app
Use the ZEDEDA GUI
- Log in to the ZEDEDA GUI
- Hover over Marketplace on the left side nav and click on Edge Apps.
- Click on +, in the upper right corner, to create a new edge app.
- Select an Edge App Type (Container, Virtual Machine, or Modules).
- Follow the creation prompts and click the Add button.
Use the ZEDEDA CLI
- Log in to ZCLI.
- Run the following command in the ZCLI to create the edge app.
zcli edge-app create EDGE_APP_NAME --manifest=/PATH/TO/MANIFEST_FILE /
--title="EDGE_APP_TITLE" --description="EDGE_APP_DESCRIPTION" - Observe the output to determine if the edge app has been created successfully.
Delete an edge app
Use the ZEDEDA GUI
- Log in to the ZEDEDA GUI.
- Hover over Marketplace on the left side nav and click on Edge Apps.
- Click on the Trash icon, for an Edge App card.
- Alternative: Click on the edge app's card, then click on the More icon (three vertical dots) located in the upper right corner, then click Delete.
- Click Delete in the confirmation window.
Use the ZEDEDA CLI
- Log in to ZCLI.
- Run the following command in the ZCLI to delete the edge app.
zcli edge-app delete EDGE_APP_NAME