<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Applications on SPEKTRA Edge</title>
    <link>https://docs.edgelq.com/learn/applications/</link>
    <description>Recent content in Applications on SPEKTRA Edge</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="https://docs.edgelq.com/learn/applications/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Develop an application</title>
      <link>https://docs.edgelq.com/learn/applications/develop/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.edgelq.com/learn/applications/develop/</guid>
      <description>This page describes how to develop applications for the SPEKTRA Edge platform.&#xA;SPEKTRA Edge utilizes the Docker containers to package and deploy applications for your devices. We follow the standard docker build process for creating applications so that you can benefit from the knowledge and experience you may already have through the prior application development process. Once the image is built, you publish it to one of the container registries to make devices to retrieve and run it on the device.</description>
    </item>
    <item>
      <title>Deploy an application</title>
      <link>https://docs.edgelq.com/learn/applications/deploy/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.edgelq.com/learn/applications/deploy/</guid>
      <description>Once you have developed and published your application image to a container registry, it is time to deploy it to your device.&#xA;SPEKTRA Edge provides the Docker compose environment on your device so that you can declare your application in the standard Docker compose file format to run it on your device.&#xA;Let&amp;rsquo;s create a compose.yaml file for the application we developed in the previous section and deploy it on your device through the SPEKTRA Edge dashboard.</description>
    </item>
    <item>
      <title>Configure applications via configuration maps</title>
      <link>https://docs.edgelq.com/learn/applications/configuration/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.edgelq.com/learn/applications/configuration/</guid>
      <description>Let&amp;rsquo;s learn how to configure applications via configuration maps on SPEKTRA Edge.&#xA;A configuration map allows you to decouple environment-specific configuration from your application images, so that your applications are easily portable.&#xA;You can map the application configuration to the particular containers under the application with the following steps:&#xA;Create a configuration map Create an application with docker compose volumes service attribute to describe the configuration to be mounted on the container through the following two levels of indirection: Configuration map volume to map the configuration map to the application Host volume to mount the configuration to the host environment so that the application can mount the configuration to the particular container.</description>
    </item>
    <item>
      <title>Deploy with private container registries</title>
      <link>https://docs.edgelq.com/learn/applications/private-registry/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.edgelq.com/learn/applications/private-registry/</guid>
      <description>Let&amp;rsquo;s learn how to deploy applications from the private container registries.&#xA;SPEKTRA Edge supports private container registries, such as Amazon Elastic Container Registry, Azure Container Registry, or Google Artifact Registry, as the application container registries.&#xA;In this document, we&amp;rsquo;ll learn how to configure the application on SPEKTRA Edge to run the container image hosted on the Azure container registry, a private container registry offered by Microsoft Azure.&#xA;What you need Please have those ready before proceeding:</description>
    </item>
    <item>
      <title>Deploy to multiple devices</title>
      <link>https://docs.edgelq.com/learn/applications/multiple-devices/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.edgelq.com/learn/applications/multiple-devices/</guid>
      <description>Let&amp;rsquo;s learn how to deploy the application on multiple devices on SPEKTRA Edge.&#xA;There are two steps for this process to work:&#xA;Set a device label to the target devices Create a pod template with selecting the label above as the target device label With that, let&amp;rsquo;s get to work.&#xA;What you need To deploy applications on multiple devices on SPEKTRA Edge, you need:&#xA;access to the SPEKTRA Edge dashboard devices provisioned under your project on SPEKTRA Edge Device Provisioning Please follow the getting started guide to provision multiple devices on SPEKTRA Edge.</description>
    </item>
    <item>
      <title>Access your deployed application</title>
      <link>https://docs.edgelq.com/learn/applications/access/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.edgelq.com/learn/applications/access/</guid>
      <description>Let&amp;rsquo;s learn the ways to reach an application running on your device with SPEKTRA Edge.&#xA;Once you deploy an application, its containers run on the device and publish ports according to your Docker compose file. How you reach those ports depends on where you are relative to the device. This page covers the three common cases:&#xA;From your workstation, anywhere — through the platform&amp;rsquo;s secure port forwarding (no inbound ports open on the device).</description>
    </item>
    <item>
      <title>Monitor and control applications</title>
      <link>https://docs.edgelq.com/learn/applications/monitor/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.edgelq.com/learn/applications/monitor/</guid>
      <description>Let&amp;rsquo;s learn how to monitor and control applications on SPEKTRA Edge.&#xA;What you need To go through this page, you need the following.&#xA;access to the SPEKTRA Edge dashboard an active project a device provisioned under the project an application running on the device the cuttle CLI installed locally, to use port forwarding With these, let&amp;rsquo;s dive in managing applications on SPEKTRA Edge.&#xA;Note The getting started guide will help you to set those requirements up.</description>
    </item>
  </channel>
</rss>
