Create a MEC App Descriptor
- Create the application
- Containerize the app
- Push the container image to a repository, such as the Docker Hub or Github Packages
- Create Helm Chart:
helm create <chart-name>
You should edit the helm chart to include the container image and other configurations
And then package it:
helm package <path-to-chart>
- Create MEC App Descriptor
- 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