DevOps
December 10, 2024
/ Ansible, Automation, AWS, Cloud, DevOps, Terraform
Deploying AWS Site-to-Site on OpenWRT
I connected OpenWRT to AWS using IPSec, BGP, Ansible and Terraform.
October 7, 2024
/ AWS, Cloud, Terraform
Deploying Region-locked AWS Organizations using Terraform
As a solutions architect, I was tasked with building an AWS Organizations hierarchy for a Canadian startup that needed to…
September 22, 2024
/ AWS, Cloud, Terraform
Outline: Extending a home network setup in AWS
As someone without a permanent base, I needed a secure and flexible cloud infrastructure that allowed me to spawn powerful…
May 24, 2024
/ DevOps, R&D, UNIX/Linux
Building AMD64 QEMU Images remotely using Libvirt and Packer
I need to build images based off AMD64 architecture while working from an ARM64 machine. While this is possible directly…
April 8, 2024
/ DevOps, Kubernetes, Terraform
Configuring Traefik for Cross-Namespace Ingress
When installing Traefik either with Kubernetes or K3s, detection of Ingress object types in other namespaces than what Traefik is…
April 6, 2024
/ Ansible, AWS, DevOps, UNIX/Linux
Using AWS CodeBuild to execute Ansible playbooks
I wanted a clean and automate-able way to package third party software into *.deb format (and multiple others, if needed,…