← Blog
Hello, world
I’m Kenan — a platform engineer in Atlanta. I spend my days designing and operating multi-region, multi-cloud infrastructure, and my evenings tinkering in a homelab. This is where I’ll write about both.
What to expect#
- Platform engineering — Kubernetes, Crossplane, Argo CD, and building self-service developer platforms that scale across regions.
- Distributed systems & data — PostgreSQL at scale, zero-downtime migrations, and active-active architectures across AWS and GCP.
- Homelab — Proxmox, networking, and the self-hosted services I run to learn by breaking things safely.
- AI — practical experiments with LLMs in real infrastructure workflows.
How this site works#
Every post is just a Markdown file with a little frontmatter:
---
title: 'My post'
description: 'One-line summary'
pubDate: 2026-06-01
tags: ['kubernetes', 'networking']
---
The whole site is a static Astro build served from Cloudflare’s free tier — no servers, no cost. Thanks for stopping by; more soon.