Adding Acorn volumes in the VotingApp

Adding Acorn volumes in the VotingApp

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...
Deploying Stateful Web Apps with Acorn

Deploying Stateful Web Apps with Acorn

This is the first in a series of articles on using Acorn with Azure AKS. Part one explains how to get started building out an Acorn environment on Azure AKS, and part two explains how to use TLS certificates to secure endpoints. Gitea is a popular open source and...
Converting Docker Compose files to Acornfiles

Converting Docker Compose files to Acornfiles

Introduction In recent years, companies have moved away from monolithic applications to microservices-based applications. Microservices-based applications give you advantages like scalability, easier application maintenance and upgrades, faster time to production,...
Using Acorn secrets in the Voting App

Using Acorn secrets in the Voting App

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...