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 Janakiram MSV | Jan 6, 2023 | Tutorials
This tutorial continues the series on running Acorn apps in Azure AKS. In the last part, we explored how to secure Gitea through a TLS-enabled endpoint. In this part, I will extend the scenario to connect the stateless Gitea frontend with Azure Database for...
by Janakiram MSV | Dec 16, 2022 | Tutorials
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...
by Janakiram MSV | Dec 6, 2022 | Tutorials
This is the second in a series of articles on using Acorn with Azure AKS. Part one explains how to get started with Acorn on Azure, and part three discusses running stateful workloads. Acorn applications can publish ports for HTTP access. For each published port,...
by Sameer Kulkarni | Dec 2, 2022 | Tutorials
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,...
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...