Engineering Approach

A summary of my approach to building an application from the planning, software and infrastructure perspective.

My deployment to Azure using Terraform and Flux

A high-level overview of how I am using Terraform and Flux to deploy my infrastructure and applications to Azure.

Azure Kubernetes Service (AKS) and Flux – ii – Flux with Empty Repository

Configuring a repo to use with Flux including NGINX Ingress Controller, Cert-Manager and a demo application.

Azure Kubernetes Service (AKS) and Flux – i – Introduction and AKS Cluster Setup

Setting up a low cost AKS cluster running two nodes and relatively low cost VMs.

Running Octopus Deploy Container With Kubernetes and Helm

When trying to run Kubernetes or Helm deployments from a local Octopus Deploy container, an error will be encountered because these tools aren’t available by default. One solution to this problem is create a custom container that includes them. BelowRead More

Pushing Helm Charts to a Container Registry

An walkthrough of building and pushing a Helm chart to a container registry both locally and on Azure Kubernetes Service (AKS).