Articles
Hands-on write-ups on Kubernetes, cloud infrastructure, and AI agents.
·4 min read
Building a Security Agent with LangChain
Stop a brute-force attack with a fast Redis blocklist and an LLM-powered agent that reads the logs, spots malicious IPs, and blocks them — built with LangChain and DeepSeek.
LangChainDeepSeekRedis
·6 min read
Building a Kubernetes Cluster on AWS with kubeadm
A hands-on, from-scratch walkthrough of standing up a Kubernetes cluster on AWS EC2 with kubeadm — VPC, containerd, control plane, and a worker node join.
KubernetesAWSkubeadm
·7 min read
Building a Kubernetes Cluster on Google Cloud Platform with kubeadm
A hands-on, from-scratch walkthrough of standing up a Kubernetes cluster on GCP Compute Engine with kubeadm — custom VPC, containerd, control plane, and a worker node join.
KubernetesGCPkubeadm