Close Menu
NCIJ Network NCIJ Network
    What's Hot

    Healey to ask EU finance ministers to let UK into industry scheme

    September 17, 2026

    The FAA’s plan to fix air traffic? $875 million worth of AI

    September 17, 2026

    Microsoft Open-Sources TauGrid: A Kubernetes-Native Stack for GPU AI Workloads

    September 17, 2026
    Facebook X (Twitter) Instagram
    Trending
    • Healey to ask EU finance ministers to let UK into industry scheme
    • The FAA’s plan to fix air traffic? $875 million worth of AI
    • Microsoft Open-Sources TauGrid: A Kubernetes-Native Stack for GPU AI Workloads
    • China’s FamousSparrow APT Spies on US Politics in Latin America
    • Is There Any Chance Left to Save the CLARITY Act?
    • Big space mirrors could bring Earth on-demand light — and upend our night sky
    • Mekong’s Irrawaddy dolphins find cautious hope amid a river in crisis
    • Technip Energies picks up assignment on Mexican LNG project
    • About
      • Our Team
      • Editorial Policy
      • Editorial Independence
      • International Support
    • Trust & Standards
      • AI Usage Policy
      • Conflict of Interest Policy
      • Corrections Policy
      • Ethics Policy
      • Fact-Checking Policy
      • Source Protection
    • Get Involved
      • Guide for Sources
      • Support Independent Journalism
    • Legal
      • Cookie Policy
      • Privacy Policy
      • Terms of Use
    Facebook X (Twitter) Instagram
    NCIJ Network NCIJ Network
    Thursday, September 17
    • Home
    • World
    • Ai
    • Business
    • Politics
    • Health
    • Crypto
    • Science
    • Technology
    • Cybersecurity
    • Defense & Security
    • Economy
    • Energy
    • Europe
    • More
      • Fact Check
      • Investigations
      • Opinion & Analysis
      • Environment
    NCIJ Network NCIJ Network
    Home»Artificial Intelligence

    Microsoft Open-Sources TauGrid: A Kubernetes-Native Stack for GPU AI Workloads

    NCIJ NETWNCIJ NETWORKBy NCIJ NETWNCIJ NETWORKSeptember 17, 2026 Artificial Intelligence No Comments4 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Platform teams running AI on Kubernetes rarely run one thing. They run a queueing system, a distributed runtime, GPU node health checks, dashboards, and a layer of submission scripts holding all of it together. The Azure Kubernetes Service engineering team open-sourced TauGrid, which collapses that assembly job into a single Helm install.

    Is it deployable? Yes, TauGrid is MIT licensed, with container images and Helm charts published as public OCI artifacts on Microsoft Container Registry. Prerequisites are a Kubernetes 1.30+ cluster with GPU nodes, kubectl, and Helm 3.0 or later.

    What is TauGrid

    TauGrid is a self-hosted platform for running AI workloads on Kubernetes. It combines five things that platform teams usually integrate by hand: the tau CLI, workload queueing and admission through Kueue, Ray cluster orchestration through KubeRay, node-level GPU health monitoring, and cluster and workload observability.

    The split of responsibility is the design point. Platform teams own workspaces, queues, compute profiles, storage, identity, and observability. Researchers work from a repository and the CLI, and submit workloads without configuring Kubernetes directly. The codebase is written primarily in Go.

    How a job moves through it

    A workload is described in a tau.yaml file. The GPU training example published by Microsoft runs a PyTorch job on a single A100:

    schema_version: 1
    name: aks-gpu-quickstart
    run:
      entrypoint: train.py
      workload_kind: rayjob
    compute:
      gpus: 1
      workers: 1
      cpus: 16
      memory: 64Gi
    runtime:
      image: mcr.microsoft.com/aks/ai-runtime/ray:py3.12-ray2.56.0-cuda13.0
      pip:
        - torch>=2.4.0

    On tau run, TauGrid resolves platform policy, renders a Kubernetes Job or a KubeRay RayJob, and submits it through Kueue. The six stages Microsoft documents are submission, queueing, execution, monitoring, recovery, and evidence. Recovery covers retry, resume from checkpoint, and failure diagnosis. Evidence records capture workload metadata, configuration, logs, metrics, checkpoints, and execution history, which is what makes a run reproducible and auditable later.

    When several teams share a cluster, their jobs land in a shared Kueue ClusterQueue. Kueue admits each one on quota and priority, and Kubernetes places it on healthy GPUs.

    Interactive explainer

    Installation is a Helm chart pulled straight from MCR:

    helm install taugrid 
      oci://mcr.microsoft.com/aks/ai-runtime/helm/taugrid 
      --version 0.4.2 
      --namespace tau-system 
      --create-namespace

    First-party images ship under mcr.microsoft.com/aks/ai-runtime/ for Tau, the TauGrid Portal, and the tau core controller. Microsoft advises pinning versioned tags or immutable digests rather than latest. The CLI installs from GitHub Releases on Linux and macOS, with a PowerShell installer for Windows amd64; the installer verifies the release checksum and does not modify PATH.

    Two operational details matter for anyone evaluating this outside Azure. First, TauGrid sends no telemetry to Microsoft by default, and remote export stays off unless an operator configures a destination. Second, some integrations are still Azure-specific, notably observability through Azure Data Explorer. The stated intent is to support cloud and on-premises Kubernetes without an Azure dependency, and contributions toward that are open.

    Key Takeaways

    • Microsoft open-sourced TauGrid on August 28, 2026, under the MIT license at Azure/taugrid.
    • One Helm install bundles the tau CLI, Kueue queueing, KubeRay orchestration, GPU health monitoring, and observability.
    • Deployable now on any Kubernetes 1.30+ cluster with GPU nodes, kubectl, and Helm 3.0+.
    • Evidence records capture config, logs, metrics, and checkpoints, so runs stay reproducible and auditable.
    • No telemetry by default, but Azure Data Explorer observability remains Azure-specific for now.

    Check out the AKS Engineering Blog and Azure/taugrid on GitHub. All credit goes to the researcher of this project. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.

    Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us


    Asif Razzaq is the CEO of Marktechpost AI Media Inc.. As a visionary entrepreneur and engineer, Asif is committed to harnessing the potential of Artificial Intelligence for social good. His most recent endeavor is the launch of an Artificial Intelligence Media Platform, Marktechpost, which stands out for its in-depth coverage of machine learning and deep learning news that is both technically sound and easily understandable by a wide audience. The platform boasts of over 2 million monthly views, illustrating its popularity among audiences.

    GPU KubernetesNative Microsoft OpenSources Stack TauGrid Workloads
    NCIJ NETWNCIJ NETWORK
    • Website

    Keep Reading

    Anthropic Launches Claude Code Projects in Beta: Parallel Cloud Sessions That Keep Running After You Close Your Laptop

    Lidl deploys driverless truck for store deliveries in Germany

    Adecco Group rolls out Agentforce Coworker to 27,000 staff

    Microsoft shares workaround for Windows domain login issues

    Google Research Introduces Retrieve-for-Train (R4T): An RL-Compiled Diffusion Retriever for 12× to 20× Faster Query Fan-Out

    OpenAI Releases a Model Misalignment Disclosure Framework With 3 Review Tracks and 6 Incident Reports From RL Training

    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    Healey to ask EU finance ministers to let UK into industry scheme

    September 17, 2026

    The FAA’s plan to fix air traffic? $875 million worth of AI

    September 17, 2026

    Microsoft Open-Sources TauGrid: A Kubernetes-Native Stack for GPU AI Workloads

    September 17, 2026

    China’s FamousSparrow APT Spies on US Politics in Latin America

    September 17, 2026
    Latest Posts

    ADNOC, SLB roll out AI-powered tool across over 120 rigs to enhance drilling ops

    August 4, 2026

    Mining threat persists in Raja Ampat, Indonesia’s ‘Amazon of the Seas’

    August 4, 2026

    Smoke Streams Across Eastern Washington

    August 4, 2026

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    NCIJ Network is an independent digital news platform delivering trusted investigative journalism, European and global news, in-depth analysis, and fact-based reporting with accuracy, transparency, and integrity.

    Facebook X (Twitter) Instagram Pinterest YouTube

    Healey to ask EU finance ministers to let UK into industry scheme

    September 17, 2026

    The FAA’s plan to fix air traffic? $875 million worth of AI

    September 17, 2026

    Microsoft Open-Sources TauGrid: A Kubernetes-Native Stack for GPU AI Workloads

    September 17, 2026

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Type above and press Enter to search. Press Esc to cancel.