DZone

In these steps, we have our Alexa Skill properly dockerized and all the Kubernetes objects have been created and are running on a Kubernetes cluster. Now, it is time to package all the software components (Alexa Skill + MongoDB). In this step, we will transform all of our Kubernetes objects into templates using Helm. We will add a MongoDB instance ready to be deployed on a Kubernetes cluster as a dependency of our Alexa Skill Helm Chart.

Pre-Requisites

Here, you have the technologies used in this project:

Source: DZone