In the https://thenewstack.io/acorn-a-lightweight-portable-paas-for-kubernetes/ of from our series on thehttps://acorn.io/, I introduced the architecture and the design of the Acorn deployment framework. Before going further, make sure you followed the steps to install Acorn on Minikube explained in the previous tutorial.

│ │ │ └───azure-vote │ │ config_file.cfg │ │ main.py

Since the building blocks for Docker Compose, Acorn, and Kubernetes are container images, we will focus on mapping the definition to Acorn.

In the Acornfile for Azure Vote application, we have a Redis service that we can bind to a service deployed in another application.

Related Articles