~/srekubecraft zsh

$ neofetch

nick@srekubecraft

Nick Nikolakakis

--------------------------
role
Principal SRE, Platform & AI Engineer
focus
Kubernetes · CNCF · Platform · AI
building
AI agents · LLMOps · MCP
shell
zsh
since
2011

// The SRE Diary: Chronicles of Cloud, Kubernetes and AI

~/posts/modelplane-beyond-placement-routing-dynamo-gotchas 22 min · 4533 words

// Part two of the Modelplane fleet inference series, covering the layer above the scheduler. ModelService is a routing policy rather than a load balancer, spec.stack Dynamo swaps the whole gang-scheduling machinery, and four documented gotchas will cost you an afternoon each.

~/posts/modelplane-fleet-inference 29 min · 5971 words

// A hands-on tour of Modelplane, the Crossplane-based control plane for AI inference across a fleet of GPU clusters. Two regions on Kind with fake DRA GPUs, the platform/developer contract written in DRA's own vocabulary, fleet-level drain, and the release trap that costs you two APIs.

~/posts/llm-d-distributed-inference 21 min · 4271 words

// A hands-on tour of llm-d, the CNCF Sandbox framework for distributed LLM inference on Kubernetes - inference-aware routing, prefill/decode disaggregation, and KV-cache offload. Includes a GPU-free demo on Kind using the vLLM simulator, wired with Flux GitOps.

~/posts/choragos-multi-agent-orchestrator 26 min · 5350 words

// Choragos runs a team of AI coding agents with a real division of labour: an orchestrator that plans and delegates, workers with their own context, model and credentials, and a delegate/work-done protocol carrying work between them. A walkthrough of v0.11.2 with config recipes for real teams.

~/posts/introducing-sphragis-eu-ai-act-compliance-gateway 17 min · 3410 words

// Sphragis is a self-hosted Go gateway that strips PII out of every LLM request and response before it leaves your network and writes a tamper-evident, hash-chained audit log. A walkthrough of the v0.3.0 release: local redaction, reversible tokenization, multi-provider routing, and OpenTimestamps anchoring.