Istio Network Policies
A quick look at configuring network policies and authorization policies in Istio
Debug Custom CA in Istio
A quick look at configuring and debugging a custom CA in Istio for mTLS
Enforce mTLS in Istio
A quick look at debugging and enforcing mTLS in Istio
Debug Istio: From Pod to Gateway
A quick look at debugging every step from pod to gateway in an Istio mesh using the CLI
Building a Kubernetes Cluster with Raspberry Pi 5
A quick look at how I built my local kubernetes cluster running on Pi5
Dockerfile Linting
Let’s look at linting our Dockerfiles with hadolint
Debug Docker images with Dive
Let’s look at using Dive to debug docker images
CircleCI OPA Policies
Help protect against insider threats with OPA policies
Show Gitleaks Code Snippet
Quick bash script to retrieve the surrounding code snippet from gitleaks fingerprint
How To Iterate Over Nested Maps In Terraform
A quick example on how to iterate over nested maps in terraform
Security Cert Study Notes
My study notes for a security cert
AWS Backup: Retry Failed Copy Jobs
A quick look at how to retry failed copies in AWS Backup
Queue-Based Load Leveling
The Queue-Based Load Leveling pattern can be great for reducing load on your consumer-facing application. Let’s explore how it works.
Load Balancing
A quick look into the pro’s and con’s of load balancing. We will explore the difference between Vertical and Horizontal Scaling
Debug Dockerfile Quicker
A useful one-line command to help you debug your Dockerfile quicker
Geode Pattern in AWS
Let’s look at understanding the geode pattern and how it applies to AWS