Tagged: kubernetes
55 posts
35% of their internal PRs
5 Tech Predictions for 2026
Agentic AI on Kubernetes and GKE
AI leads to a platform engineering revival at KubeCon NA 2025
CNCF sandbox project
deploying agentic workflows
Kagent: Cloud Native Agentic AI
Sudheer Singh on the reviewing skill ceiling
Agent Skills (SKILL.md)
I Vibe-coded an open registry for AI agents
Container registries store bytes. They don't know what's inside. The Agent Registry is a governance layer for AI agents, skills, and MCP servers, built on A2A AgentCard, MCP server.json, and Agent Skills as native identity formats.
Agent Access Control on GitHub
Agent Access Control Presentation
Agent Access Control
CyberArk wrote about this
Gravitee surveyed 900+ practitioners
MCP Gateway on GitHub
most agents hold 10x more privileges than required
OWASP released their Agentic AI Top 10
OWASP Top 10 for Agentic Applications 2026
Securing Agentic Applications Guide 1.0
State of AI Agent Security 2026
The Rise of AI Agents and the Reinvention of Kubernetes
What's Shaping the AI Agent Security Market in 2026
Don't Teach Your Agents Karate
Every agent team rebuilds the same auth, rate limiting, and credential management. I built an agent gateway for Kubernetes that generates it all from two CRDs so the people building agents never touch security and the people running the platform never touch agent code.
1,000+ servers in the community registry
10-15% of IT spending in 2026
Agent Registry in Copilot
Agent Registry on GitHub
AI 2026: Infra Agentic Runtime
AI Supply Chain Security Imperative
an MCP catalog
announced an enterprise MCP registry
Cloud API Registry integration
Deploying Agentic AI with Safety and Security
Gartner also predicts
Gartner analyst noted
MIT researcher posted in r/artificial
Multi-Agent Coordination Failure Mitigation
official MCP Registry
one r/kubernetes commenter put it
OpenAI Research on Training Procedures
realized LLMs are terrible at infra
Research measuring hallucination rates
Securing the MCP Supply Chain
Tray.ai coined the term "Shadow MCP"
Agent Access Control
The agent gateway for Kubernetes. Covers agent discovery, authentication, routing, credential injection, rate limiting, and MCP protocol support.
n8n on OpenShift: Workflow Automation That Talks to Your Models
n8n is good at workflow automation. But when your workflows touch internal models and sensitive data, you need it on the same cluster. Here's how to deploy n8n on OpenShift and wire it into vLLM and OpenShift AI.
Kata Containers Architecture
An interactive overview of Kata Containers architecture end-to-end, from the CRI runtime to the lightweight VM boundary.
Quote
—
To CRI or not to CRI: A Tale of a Lonely Sandbox
Recently I have been trying to wrap my head around what has been happening in the kubernetes runtime space, doing so made me realize that alot has happened and...
Quote
—
Kubernetes How-Tos
Kubernetes has been taking over the container orchesteration stage for sometime now, it has a large community and a great set of tooling and contributers...
Kubernetes Kubeadm with Flannel Up & Running
Okay, so I am going to try and make this brief and to the point for you to get going. You need a Kubernetes cluster working with Kubeadm? good you are in the...