livinstone.dev / blog
The Blog
Hands-on articles about Kubernetes, Terraform, GitOps, observability, and cloud infrastructure — based on things I've actually built and broken in production.
19 articles published
AllAWSAWS ECRArgo CDCI/CDCloudContainersCost OptimisationDatadogDebuggingDevOpsDevSecOpsDockerEKSGitHub ActionsGitOpsHelmIaCInfrastructureKubernetesNATNetwork PoliciesNetworkingOperationsPlatform EngineeringSecurityTerraformVPC
GitOpsArgo CDKubernetes
GitOps with Argo CD: A Practical Kubernetes Guide
Git becomes your deployment interface. With Argo CD, every change goes through a pull request, every rollback is a git revert, and the cluster continuously reconciles toward what Git says it should be.
10 Feb 202510 min read
KubernetesEKSHelm
EKS Platform Engineering — Deploying and Scaling Applications on Kubernetes
The cluster is running. Now we put it to work. The decisions behind packaging with Helm, scaling with HPA, routing through an ALB, and keeping secrets out of Git.
20 Jan 20257 min read