~/posts
Sunday hacking
Verifying the IAM Role Attached to a Pod with EKS Pod Identity
Poking the Pod Identity Agent from inside a running pod to confirm which IAM role you actually got, with curl, wget, and a debug sidecar fallback for distroless containers
how - Natural Language to Shell Commands
A CLI tool that turns plain English into shell commands, powered by LLMs running locally with Ollama
Trying a 66-Key Sofle Split Keyboard
First impressions building and configuring a 66-key Sofle wireless split keyboard with Gateron Browns, XDA keycaps, and QMK
Building a Hacky AWS Proxy Service with kube-proxy, socat, and Bash
A simple solution for tunneling AWS services through Kubernetes using bash, socat, and port forwarding
Building a Kubernetes Operator for the sake of building a Kubernetes Operator
A simple operator to sync Terraform outputs into Kubernetes ConfigMaps and Secrets
Replicating AWS IRSA on a Raspberry Pi with Talos
Self-hosting an OIDC issuer on a GitHub repo so a Raspberry Pi running Talos can hand out AWS IAM credentials, IRSA-style, with no AWS keys mounted anywhere.