Alexa and Kubernetes: Dockerizing the Alexa Skill (III)

The second task we have to do to run our Alexa Skill in a Kubernetes environment is to dockerize our Alexa Skill backend, which now is a NodeJs Express app.

As Kubernetes is a kind of Container orchestrator, this is a mandatory step in our process to run the Alexa Skill in a Kubernetes environment.