Search results for: kubernetes


Visual Studio Code Kubernetes Tools

Accepted to CNCF on November 9, 2021

The extension for developers building applications to run in Kubernetes clusters and for DevOps staff troubleshooting Kubernetes applications.

OVN-Kubernetes

Accepted to CNCF on October 17, 2024

A robust Kubernetes networking platform

Kubernetes

Accepted to CNCF on March 10, 2016

Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications

CDK for Kubernetes (CDK8s)

Accepted to CNCF on November 10, 2020

CDK8s lets you define Kubernetes apps and components using familiar programming languages and object-oriented APIs.


Eleven minutes, zero humans: Building a self-healing Kubernetes upgrade pipeline on Kairos

Posted on August 14, 2026 | Olivier Calzi | CNCF Golden Kubestronaut

Once upon a time, upgrading a Kubernetes control plane meant staying awake for it. SSH into every node. Run the upgrade by hand. Watch etcd health the whole time, hoping quorum holds through every reboot. This…


Does Kubernetes DRA Replace HAMi?

Posted on August 7, 2026 | Mesut Oezdil

Projects that want to share a GPU on Kubernetes have to work around an API instead of with it. The device plugin interface could count devices, and that was the whole vocabulary: nvidia.com/gpu: 1. It meant one…


Shadow AI in CI/CD: Threat-modeling the path from developer laptop to Kubernetes

Posted on August 7, 2026 | Matteo Bisi, ReeVo SpA

Artificial intelligence is becoming part of daily software delivery, often before it becomes part of the security architecture. That gap has a name: Shadow AI. It is any AI tool, model, agent, extension, or integration used…


OpenCost 1.121.0: First-of-a-kind Kubernetes inference cost tracking

Posted on August 5, 2026 | Sima Nadler Senior Program Manager, IBM Research and Alex Meijer OpenCost Maintainer

Your GPU bill is rising. Your models are serving billions of tokens. Yet one question remains unanswered: what does each token actually cost? This is not a hypothetical problem. Platform teams today operate in a fog…


Scaling Kubernetes pods with KEDA based on Amazon SQS queue depth

Posted on July 31, 2026 | Albena Galabova, Itgix

In event-driven Kubernetes architectures, CPU and memory utilization often fail to reflect real system pressure. A worker pod may sit idle from a CPU perspective while thousands of messages pile up in an Amazon SQS queue….