Skip to main content

Create a MEC App Descriptor

  1. Create the application
  2. Containerize the app
  3. Push the container image to a repository, such as the Docker Hub or Github Packages
  4. Create Helm Chart:
helm create <chart-name>

You should edit the helm chart to include the container image and other configurations

Example Image And then package it:

helm package <path-to-chart>

Example Image

  1. Create MEC App Descriptor
  2. Create an archive with app descriptor and helm chart

The structure of the archive should look like this:

appd/
├── helm.tgz
├── appd.yaml

Instead, you can use our example app