Skip to content
~/jwright▮
AboutSkillsProjectsBlogContactLearn

#Tag

Posts tagged "ai-agents"

← All posts

  1. SECURITY SERIES · 0725 Aug 2026·3 min read

    Untrusted code belongs in a VM, not a namespace

    A container isn't a security boundary - it's a process sharing the host kernel, wearing namespaces. For code you genuinely don't trust, that's not enough. Kata Containers give each pod its own microVM and guest kernel, with the kubectl ergonomics intact. Here's why, and what it costs.

    • security
    • kata
    • kubernetes
    • isolation
    • ai-agents
  2. SECURITY SERIES · 033 July 2026·4 min read

    An agent should never hold the key it's using

    You want an AI agent that can actually do things - call APIs, touch real data. You also don't fully trust it. The resolution isn't a better sandbox; it's making sure the agent never possesses a credential at all. A broker holds the keys, mints short-lived capabilities, and gates every write behind a human. Here's the pattern.

    • security
    • ai-agents
    • architecture
    • zero-trust
    • homelab
jonny@bztmon:~ · session receipt✓ Synced · Healthy

$ whoami

Jonathon Wright - Platform & Infrastructure Engineer

$ traceroute www.bztmon.com

served from a homelab Kubernetes cluster, over an encrypted tunnel

$ git log -1 --format=receipt

HEAD e041711· built 2026-08-27 08:42Z· reconciled by Argo CD

$ contact

LinkedIn or email

$

© 2026 Jonathon Wright·CC BY-NC-SA 4.0·built with Astro, shipped via GitOps