Publishing Services and Deployment policies
Having studied at a high level the various Services, Policies, and User Input that will be used to deploy the containerized application workload at the Edge device node, let’s start with the familiar steps to build, push, and publish various components in the AIO Open Horizon Management Hub.
For the following exercise, view the accompanying code example from the mlvision
directory. You should look at the content of the Makefile and the corresponding targets to understand the underlying commands being used. You will find that this follows the similar development steps that we have been practicing throughout the book.
Let’s begin with the application code building:
- Set up the environment variables for the application:
source ~/project/rwec/ENV_RWEC_MLVISION
- Build and publish the
http
,infer
, andmms
services using the top-levelmake
targets. We encourage you to review the underlying Makefiles for each of the three...