~/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/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.

~/posts/oauth2-proxy 21 min · 4283 words

// MCP servers like DBHub expose databases, filesystems, and code execution over HTTP with zero authentication. Learn how to deploy OAuth2-Proxy on Kubernetes to add SSO, group-based access control, and session management to any MCP server without changing a single line of code.

~/posts/pdb-management-operator 13 min · 2756 words

// Learn how to automate Pod Disruption Budget management in Kubernetes using the PDB Management Operator. This guide explores the operator's architecture, dual configuration model, enforcement modes, and demonstrates how to use it for enterprise-grade availability management in ODA Canvas environments.