Search results for: operator framework


When AI agents become contributors: How KubeStellar reached 81% PR acceptance

Posted on May 14, 2026 | Andy Anderson, Chief Maintainer of KubeStellar Console

In mid-December, I started building KubeStellar Console from scratch. It’s a multi-cluster management dashboard for Kubernetes, and it sits inside the KubeStellar project in the Cloud Native Computing Foundation (CNCF) Sandbox. The stack is Go on the back…


Building a cloud native platform from the ground up with Kairos, k0rdent, and bindy

Posted on May 13, 2026 | Erick Bourgeois, Director & Head of Kubernetes Platform Engineering, RBC Capital Markets

As we shared in our earlier post on FluxCD, RBC Capital Markets has been on a deliberate journey to modernize our Kubernetes platform. GitOps with FluxCD gave us a solid deployment foundation. But as our platform grew,…


Microcks becomes a CNCF incubating project

Posted on May 7, 2026 | Katie Gamanji, CNCF TOC

The CNCF Technical Oversight Committee (TOC) has voted to accept Microcks as a CNCF incubating project. About Microcks Modern software teams build applications as collections of interconnected APIs and microservices, and with that architecture comes a…


LLMs on Kubernetes Part 1: Understanding the threat model

Posted on March 30, 2026 | Nigel Douglas, CloudSmith

Let’s say you’ve got an LLM running on Kubernetes. Pods are healthy, logs are clean, users are chatting. Everything looks fine. But here’s the thing: Kubernetes is great at scheduling workloads and keeping them isolated. It…


Welcome llm-d to the CNCF: Evolving Kubernetes into SOTA AI infrastructure

Posted on March 24, 2026 | Carlos Costa (IBM Research), Clayton Coleman (Google), and Rob Shaw (Red Hat)

We are thrilled to announce that llm-d has officially been accepted as a Cloud Native Computing Foundation (CNCF) Sandbox project! As generative AI transitions from research labs to production environments, platform engineering teams are facing a…


Cloud native agentic standards

Posted on March 23, 2026 | CNCF AI TCG

An application, composed of one or more containers as dictated by system architecture, that operates either independently or as part of a distributed collaboration—interacting with at least one other entity (container) or achieving quorum-based consensus. It…


Policy-as-Code: Flexible Kubernetes governance with Kyverno

Posted on March 19, 2026 | Dahu Kuang, Lei Hou, and Shuting Zhao, Kyverno Project Maintainers

Overview Kubernetes has fundamentally transformed how enterprises deploy and manage business workloads. As organizations build production applications at scale on Kubernetes, cluster size and complexity continue to grow—creating unprecedented challenges in ensuring cluster security, compliance, and…


The great migration: Why every AI platform is converging on Kubernetes

Posted on March 5, 2026 | Vara Bonthu, Amazon Web Services Inc.

When Kubernetes launched a decade ago, its promise was clear: make deploying microservices as simple as running a container. Fast forward to 2026, and Kubernetes is no longer “just” for stateless web services. In the CNCF…


Scaling organizational structure with Meshery’s expanding ecosystem

Posted on March 4, 2026 | Lee Calcote and Matthieu Evrin, Meshery

As a high velocity project and one of the fastest-growing projects in the CNCF ecosystem, Meshery’s increasing scale and community contributions necessitates this recognition, which requires a revision to its governance and organizational structure that better…


Exposing Spin apps on SpinKube with GatewayAPI

Posted on February 26, 2026 | Thorsten Hans, SpinKube Maintainer and Senior Developer Advocate, Akamai

The Gateway API isn’t just an “Ingress v2”, it’s an entirely revamped approach for exposing services from within Kubernetes and eliminates the need of encoding routing capabilities into vendor-specific, unstructured annotations. In this post, we will…