Automation & Ops ✓ Microsoft · Official akskubernetesgpu-inferencemodel-servingkaitovllmai-runway

AI Runway AKS Deployment Guide

Turn an existing AKS cluster into a validated environment for running AI models.

FollowSkills review · FSRS-2.0
Not recommended
51/ 100 5-point scale 2.6 / 5
Trust16 / 25 · 3.2/5

The documentation requires confirmation before installation or deployment, warns about GPU costs, and uses interactive HuggingFace token handling with temporary-file cleanup. However, kubectl/make operations can materially change the cluster, while least-privilege scope, complete data-flow disclosure, systematic rollback, and recovery after failed installation are not defined, so points were deducted.

Reliability8 / 20 · 2.0/5

The sequence, state reporting, prerequisite checks, and several troubleshooting paths are reasonably clear. However, the referenced step-6-summary.md and troubleshooting.md are not supplied, commands depend on an external repository and unspecified versions, and skip-to-step assumes prior completion; static evidence cannot establish reproducible key paths, so points were deducted.

Adaptability9 / 15 · 3.0/5

Triggers, audience, and CPU/GPU plus KAITO/Dynamo/KubeRay scenarios are fairly explicit. Boundaries for unsupported AKS configurations are limited, Chinese-language interaction is not addressed, and reachability of HuggingFace, container images, and model downloads from mainland China is unspecified, so points were deducted.

Convention8 / 15 · 2.7/5

The skill uses layered step references, includes MIT, author, and version metadata, and provides naming rules, model examples, and some PowerShell variants. It lacks a changelog, explicit maintenance owner and update path; some referenced files are not supplied, and limitation/troubleshooting coverage is incomplete, so points were deducted.

Effectiveness6 / 15 · 2.0/5

It covers the intended onboarding flow from cluster verification through controller, provider, and first-model deployment, so the core task is plausibly supported. But there is no skill-specific verification evidence, rollback outcome, or executed result; some model recommendations appear mismatched or require additional configuration, leaving substantial field judgment and rework, so points were deducted.

Verifiability4 / 10 · 2.0/5

The supplied source is auditable, and the repository includes general CI and test-harness material. However, the shown tests do not cover this AKS skill path, no skill-specific acceptance scenarios or third-party execution evidence are provided, and there is no corroboration, so only limited credit is justified.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 9ccaf7c3704a
Before you use it
  • Before execution, confirm the active kubeconfig context, target namespace, RBAC permissions, and billing impact; a general rollback procedure is not provided.
  • Do not rely on skip-to-step without independently checking state; the option explicitly assumes earlier steps are complete.
  • Model, provider, GPU, image, and HuggingFace downloads require additional version and network validation; mainland-China reachability is unspecified.
  • Verify that step-6-summary.md, troubleshooting.md, the AI Runway repository root, and provider Makefiles actually exist and match the documented commands.
See the full review method →

What it does & when to use it

This skill is for users who already have an AKS cluster and want to deploy AI Runway. It walks through cluster verification, controller and CRD installation, GPU assessment, inference-provider setup, and a first model deployment. Users can resume from a numbered step, and the skill requires confirmation before installation or deployment actions. It also calls out the potentially significant cost of GPU node pools.

Checks the Kubernetes context, node inventory, and GPU availability; runs cluster operations with kubectl, make, and curl; installs the AI Runway controller and CRDs; assesses GPU models and dtype or attention constraints; recommends and installs an inference provider such as KAITO, Dynamo, or KubeRay; deploys an initial model and verifies Ready status; reports each step as healthy or failed and provides commands for common failure modes.

  1. A cloud engineer has an AKS cluster and needs to install the AI Runway controller from scratch.
  2. An ML platform team needs to check whether its AKS GPUs are suitable for model inference.
  3. A model-serving developer wants to deploy a first model through KAITO, Dynamo, or KubeRay.
  4. A user with a partially completed AI Runway setup needs to resume from a specific phase.
  5. An AKS operator is troubleshooting GPU scheduling, controller failures, or bfloat16 inference errors.

Pros & cons

Pros
  • Covers the full path from cluster checks to first-model verification.
  • Requires explicit status reporting and skips steps that are already complete.
  • Addresses GPU compatibility, provider selection, and common failure modes.
  • Uses no MCP server; operations are performed directly through kubectl and make.
Limitations
  • Requires an existing AKS cluster; cluster provisioning is out of scope.
  • GPU pools can be expensive; the source cites A100-80GB costs of $3–5 or more per hour.
  • The detailed step references are not included in the supplied material, so every installation command cannot be independently verified here.
  • The source provides no test results or complete rollback procedure for this individual skill.

How to install

This skill is part of Microsoft's Agent Skills collection. Install the collection with npx skills add microsoft/skills and select the required skills in the wizard. Alternatively, in Copilot CLI, add the marketplace with /plugin marketplace add microsoft/skills, then install the azure-skills plugin with /plugin install azure-skills@skills. The supplied source does not document a command for selecting only airunway-aks-setup.

How to use

Start with an existing AKS cluster and use a trigger such as “setup AI Runway on my AKS cluster,” “deploy a model to AKS,” or “airunway setup.” The default flow runs steps 1 through 6 in order; provide skip-to-step N to resume from a later phase. Confirm before any installation or deployment action. If no AKS cluster exists, hand off first to azure-kubernetes.

Compared to similar skills

It complements the related azure-kubernetes skill: this skill configures AI Runway on an existing AKS cluster, while azure-kubernetes handles cluster setup when one is missing. azure-diagnostics is the named companion for troubleshooting.

FAQ

Can I use it without an AKS cluster?
No. The skill assumes an AKS cluster already exists. Use `azure-kubernetes` first if a cluster must be provisioned.
Does it automatically create a GPU node pool?
The supplied source does not say that it creates GPU pools. It assesses GPU hardware and warns about the cost of GPU resources.
Does it require an MCP server?
No. The skill explicitly says it uses no MCP tools and performs cluster operations through kubectl and make.
How does it address bfloat16 inference errors?
For T4 or V100 GPUs without bfloat16 support, the documented remediation is to add `--dtype float16` to the serving arguments.

More skills from this repository

All from microsoft/agent-skills

Dev & Engineering ✓ Microsoft · Official

Azure Identity for Python

A practical skill for securing Python Azure applications with Microsoft Entra ID credentials.

Dev & Engineering ✓ Microsoft · Official

Azure Event Hubs Java Skill

Build production-oriented Java event streaming applications on Azure Event Hubs.

Dev & Engineering ✓ Microsoft · Official

Azure Tables for Python

A practical guide to building authenticated Azure Tables applications with Python entity CRUD, queries, and partition-scoped batch operations.

Dev & Engineering ✓ Microsoft · Official

Azure Identity for TypeScript

Configure secure, flexible Microsoft Entra ID authentication for TypeScript Azure applications.

Automation & Ops ✓ Microsoft · Official

Azure Reliability Advisor

Assess and improve reliability for Azure Functions and App Service.

Dev & Engineering ✓ Microsoft · Official

Azure Cloud Architect

Guides coding agents through production-grade Azure architecture design and review using Azure Architecture Center practices.

Dev & Engineering ✓ Microsoft · Official

Azure AI Text Analytics for Python

Guides Python developers through Azure-powered text analysis and NLP workflows.

Automation & Ops ✓ Microsoft · Official

Azure Resource Architecture Visualizer

Analyze Azure resource groups and turn their dependencies into detailed Mermaid architecture diagrams.

Dev & Engineering ✓ Microsoft · Official

Azure Maps for .NET

Build .NET location features for search, routing, maps, geolocation, and weather.

Dev & Engineering ✓ Microsoft · Official

Azure AI Vision Image Analysis

Guides Python coding agents in implementing Azure AI Vision image understanding.

Dev & Engineering ✓ Microsoft · Official

Azure Blob Storage for Python

Guides secure, production-minded Blob Storage operations in Python.

Dev & Engineering ✓ Microsoft · Official

Azure Queue Storage for Python

Gives coding agents reliable Python patterns for secure Azure Queue Storage messaging and asynchronous task processing.

Automation & Ops ✓ Microsoft · Official

Azure AI Gateway Governance

Use Azure API Management to govern traffic across AI models, MCP tools, and agents.

Automation & Ops ✓ Microsoft · Official

AKS Automatic Readiness

Assess Kubernetes workloads for AKS Automatic compatibility and identify migration blockers before you switch.

Dev & Engineering ✓ Microsoft · Official

Azure Cosmos DB ARM for .NET

Provision and manage Azure Cosmos DB resources from .NET through ARM.

Dev & Engineering ✓ Microsoft · Official

Azure Playwright Workspace Manager

Provision and manage Microsoft Playwright Testing workspaces with .NET and Azure Resource Manager.

Dev & Engineering ✓ Microsoft · Official

Azure Cosmos DB for Python

A practical guide for building reliable Python applications on Azure Cosmos DB’s NoSQL API.

Dev & Engineering ✓ Microsoft · Official

Azure Key Vault SDK for Python

Gives Python coding agents practical guidance for securely managing Azure Key Vault secrets, keys, and certificates.

Dev & Engineering ✓ Microsoft · Official

Azure API Management for Python

Gives coding agents practical Python SDK patterns for managing Azure API Management services, APIs, products, subscriptions, and policies.

Dev & Engineering ✓ Microsoft · Official

Azure Monitor Query for Python

Generate Python code for querying Azure Monitor logs and metrics.

Related skills