惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
Google DeepMind News
Google DeepMind News
G
Google Developers Blog
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
月光博客
月光博客
Jina AI
Jina AI
宝玉的分享
宝玉的分享
人人都是产品经理
人人都是产品经理
D
DataBreaches.Net
V
V2EX
WordPress大学
WordPress大学
T
The Blog of Author Tim Ferriss
Last Week in AI
Last Week in AI
B
Blog
博客园 - 叶小钗
小众软件
小众软件
Stack Overflow Blog
Stack Overflow Blog
P
Proofpoint News Feed
A
About on SuperTechFans
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Y
Y Combinator Blog
Microsoft Security Blog
Microsoft Security Blog

Cerbos - All Posts

Authentik vs Keycloak: Self-hosted IdP comparison Mapping business requirements to authorization policy for automotive Fine-grained authorization for AI gateways EIC 2026: Stop counting agents, protect what they can touch Agent skill for writing authorization policies in Claude Desktop Identity security in 2026 EIC 2026 takeaways: the identity stack built for humans will not hold up for AI agents Already have authentication? Here's the authorization layer you still need. Tokens are authorization decisions: a guide to policy-driven token issuance What is a Runtime Authorization Platform It's a dimmer switch, not a kill switch. How CISOs are rethinking AI agent governance From maps to bitmaps (and from bitmaps to bitmaps) AuthZEN, Shared Signals, SCIM Events, IPSIE: Notes from the OpenID Enterprise Panel How do you update authorization policies without redeploying your application? IIW42 recap: Where agent authorization got real Cerbos PDP v0.52.0/v0.53.0: Engine performance, security hardening, and CEL path functions Authorization Management Platforms: what they do, how they work, and where they fit PocketOS AI coding agent deleted a production database in 9 seconds Non-Human Identity management still has a blind spot Supabase alternative in 2026: Best open source auth options Benefits of on-premise authorization: Why enterprises are moving toward self-hosted Authorization policies: How to write, test, and validate them (faster with AI) Agent skill for writing authorization policies How much does it cost to build authorization in-house? Why centralized authorization governance reduces incident response time OPA alternative Why AI agents make authorization a right now problem Modernizing legacy application authorization: why it’s your biggest security blind spot How to add authorization to legacy applications without code changes 5 authorization blind spots auditors find, and how to fix them
Insights from KubeCon Europe 2025 - AI gets real, and ide...
Alex Olivier · 2025-06-11 · via Cerbos - All Posts

The cloud-native community gathered in London last week for KubeCon Europe 2025, and the message was clear: the industry is evolving from building blocks to building systems. AI may have dominated the headlines, but the real undercurrent was about operational maturity—and identity was at the heart of it.

From AI playgrounds to production pipelines

AI is still the darling of every keynote, but the conversation has shifted. We’re no longer talking about inference benchmarks and fine-tuning frameworks. We’re talking about what it means to actually run AI in production.

That shift comes with all the usual concerns—monitoring, observability, security, and governance—but magnified by the unique characteristics of AI workloads. Stateless microservices are one thing. Long-running, stateful, decision-making agents are another.

Sessions across the conference tackled the messy middle between ML engineering and platform operations. How do you monitor an AI agent that’s making autonomous decisions? How do you enforce policy guardrails when the “user” isn’t human? How do you audit behavior when the execution path is probabilistic?

The answers aren’t simple, but the direction is clear: AI workloads need to be treated like any other tier-one service. That means robust telemetry, runtime controls, and a well-defined operational model.

Non-human identities - The next IAM frontier

Echoing what we heard at the 2025 Gartner IAM Summit, non-human identities are quickly becoming the new perimeter. From sidecars and schedulers to LLM-powered agents and control loops, today’s systems are a mesh of autonomous actors—each of which needs to be identified, authenticated, and authorized. The Kubernetes ecosystem is finally catching up. SPIFFE, workload identity federation, and service mesh integration were hot topics across dozens of talks. But the message was consistent: if your workloads don’t have strong identities, you don’t have a secure system.

This isn’t just about rotating service account tokens or binding IAM roles. It’s about designing for identity from the ground up:

  • Assigning unique, verifiable identities to every workload
  • Applying policy-based access control to services and APIs
  • Ensuring traceability and auditability at every hop

Workload IAM is no longer an edge case—it’s the foundation for secure, scalable platforms.

Beyond YAML - Operationalizing authorization

KubeCon also made it clear that authorization is growing up. Hardcoded RBAC rules and ad-hoc admission controllers aren’t cutting it anymore. As systems get more complex and dynamic, access control needs to be:

  • Externalized from app code and cluster config
  • Policy-driven and version-controlled
  • Context-aware, factoring in risk, identity, and intent

We saw more teams embracing purpose-built authorization engines, applying the same discipline to access control that they do to CI/CD and observability. There was strong interest in emerging standards like AuthZEN, and a growing consensus that policy is the right abstraction for modern authorization.

What it all means

KubeCon Europe 2025 was a turning point. The community is moving past infrastructure plumbing and into operational maturity. That means:

  • AI needs real-world guardrails—not just GPU quotas.
  • Services need real identities—not shared credentials.
  • Access needs real policies—not brittle config.

If you're building platforms, managing services, or deploying AI, now’s the time to invest in identity-first architecture and policy-based access controls. Because as the stack gets smarter, so must the infrastructure that runs it.