Articles

How to structure and scale your Terraform project

Terraform is a powerful tool for managing infrastructure as code. When working with multiple setups and cloud accounts, how your Terraform project is structured can have a big impact on the maintainability of your code. If not done right from the start, managing the project can be a pain.

Read More

Automate Continuous Integration From Code to Deployment with Argo Events + Argo Workflows + Argo CD

One of the main benefits of CI is that it helps to identify and fix errors quickly. When code changes are regularly merged into the main branch, this triggers a build and deployment to your cluster, which it is easier to detect errors early on, rather than having to sift through a large change to locate and fix the problem.

Read More