Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
microsoft avatar

Airunway Aks Setup

  • 230k installs
  • 1.3k repo stars
  • Updated July 26, 2026
  • microsoft/azure-skills

airunway-aks-setup is a skill that guides end-to-end onboarding of AI Runway on AKS from bare cluster to running model serving.

About

AI Runway setup skill for Azure Kubernetes Service. Walks through cluster verification, controller installation, GPU hardware assessment, inference provider setup (KAITO/Dynamo/KubeRay), and first model deployment. Includes cost awareness for GPU resources and detailed error handling.

  • Six-step guided setup from bare AKS cluster to running model inference
  • GPU hardware assessment with dtype/attention constraint flagging for A100, T4, V100
  • Cost-aware provisioning guidance - GPU nodes can cost $3-5+/hr

Airunway Aks Setup by the numbers

  • 230,078 all-time installs (skills.sh)
  • +20,130 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #17 of 1,041 Cloud & Infrastructure skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

airunway-aks-setup capabilities & compatibility

Works with
azure · azure devops
Use cases
devops
Runs
Hosted SaaS
npx skills add https://github.com/microsoft/azure-skills --skill airunway-aks-setup

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs230k
repo stars1.3k
Security audit3 / 3 scanners passed
Last updatedJuly 26, 2026
Repositorymicrosoft/azure-skills

How do you deploy AI Runway on AKS?

Set up GPU-accelerated model inference infrastructure on Azure Kubernetes Service with step-by-step guidance.

Who is it for?

Teams deploying LLM inference on Azure Kubernetes; GPU-based model serving; managed Kubernetes ML workloads.

Skip if: CPU-only inference; managed inference services (Azure OpenAI); non-Kubernetes deployments.

When should I use this skill?

User has an AKS cluster and wants to set up AI Runway for model serving.

What you get

Verified AKS cluster, installed AI Runway controller, GPU assessment report, configured inference provider, and running model-serving endpoint

  • Installed AI Runway controller
  • Configured inference provider
  • First deployed model

By the numbers

  • Published as version 1.0.1 in the skill metadata
  • Covers five setup phases from cluster verification through first deployment

Files

SKILL.mdMarkdownGitHub ↗

AI Runway AKS Setup

This skill walks users from a bare Kubernetes cluster to a running AI model deployment. Follow each step in sequence unless the user provides skip-to-step N to resume from a specific phase.

Cost awareness: GPU node pools incur significant compute charges (A100-80GB can cost $3–5+/hr). Confirm the user understands cost implications before provisioning GPU resources.

Prerequisites

This skill assumes an AKS cluster already exists. If the user does not have a cluster, hand off to the azure-kubernetes skill first to provision one (with a GPU node pool unless CPU-only inference is acceptable), then return here.

Quick Reference

PropertyValue
Best forEnd-to-end AI Runway onboarding on AKS
CLI toolskubectl, make, curl
MCP toolsNone
Related skillsazure-kubernetes (cluster setup), azure-diagnostics (troubleshooting)

When to Use This Skill

Use this skill when the user wants to:

  • Set up AI Runway on an existing AKS cluster from scratch
  • Install the AI Runway controller and CRDs
  • Assess GPU hardware compatibility for model deployment
  • Choose and install an inference provider (KAITO, Dynamo, KubeRay)
  • Deploy their first AI model to AKS via AI Runway
  • Resume a partially-complete AI Runway setup from a specific step

MCP Tools

This skill uses no MCP tools. All cluster operations are performed directly via kubectl and make.

Rules

1. Execute steps in sequence — load the reference for each step as you reach it 2. Report cluster state at each step: ✓ healthy, ✗ missing/failed 3. Ask for user confirmation before any install or deployment action 4. If a step is already complete, report status and skip to the next step 5. If the user provides skip-to-step N, start at step N; assume prior steps are complete

Steps

#StepReference
1Cluster Verification — context check, node inventory, GPU detectionstep-1-verify.md
2Controller Installation — CRD + controller deploymentstep-2-controller.md
3GPU Assessment — detect GPU models, flag dtype/attention constraintsstep-3-gpu.md
4Provider Setup — recommend and install inference providerstep-4-provider.md
5First Deployment — pick a model, deploy, verify Readystep-5-deploy.md
6Summary — recap, smoke test, next stepsstep-6-summary.md

Error Handling

Error / SymptomLikely CauseRemediation
No kubeconfig contextNot connected to a clusterRun az aks get-credentials or equivalent
Controller in CrashLoopBackOffConfig or RBAC issuekubectl logs -n airunway-system -l control-plane=controller-manager --previous
Provider not readyImage pull or RBAC issuekubectl logs <pod-name> -n <namespace> for the provider pod
ModelDeployment stuck in PendingGPU scheduling failure or provider not readykubectl describe modeldeployment <name> -n <namespace> events
bfloat16 errors at inferenceT4 or V100 lacks bfloat16 supportAdd --dtype float16 to serving args

For full error handling and rollback procedures, see troubleshooting.md.

Related skills

How it compares

Choose airunway-aks-setup when inference must run on your own AKS GPUs rather than calling a managed cloud LLM API directly.

FAQ

What does airunway-aks-setup install on AKS?

airunway-aks-setup verifies the cluster, installs the AI Runway controller, assesses GPU capacity, configures the inference provider, and deploys a first model endpoint so LLM serving runs on the cluster.

Can airunway-aks-setup resume after a failed step?

airunway-aks-setup accepts a skip-to-step argument so an agent can jump to a later step after partial cluster verification, controller install, or provider configuration.

Is Airunway Aks Setup safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.