by Luc Juggery | Mar 3, 2023 | Tutorials
This is the fifth part in a series focused on teaching the fundamentals of building and developing applications using Acorn. In the previous step we detailed how to connect a CI/CD pipeline to Acorn. In this new post we will show how to expose the application using...
by Luc Juggery | Feb 22, 2023 | Tutorials
This is the fourth part in a series focused on teaching the fundamentals of building and developing applications using Acorn. In the previous step we introduced Acorn development mode, a feature which allows to develop an application in an interactive and iterative...
by Luc Juggery | Jan 23, 2023 | Tutorials
This is the fourth part in a series focused on teaching the fundamentals of building and developing applications using Acorn. In the previous post of this series we enhanced the Acornfile of the VotingApp defining volumes for both db and redis containers. In this post...
by Luc Juggery | Jan 11, 2023 | Tutorials
This is the third post in a series that uses the Docker Voting app to showcase how to use Acorn. in the previous post of the series we modified the Acornfile of the VotingApp adding Acorn secrets inside of it. In this step we will add a storage definition for both...
by Luc Juggery | Nov 29, 2022 | Tutorials
In the previous article of the series we described the Voting App in an Acornfile and ran it in a demo cluster. As a reminder, we ended up with the following Acornfile: Specification of the VotingApp in a simple Acornfile If you look at how the username and password...