Set up AI Runway on AKS — from bare cluster to running model. Covers cluster verification, controller install, GPU assessment, provider setup, and first deployment. WHEN: \"setup AI Runway\", \"onboard AKS cluster\", \"install AI Runway\", \"airunway setup\", \"deploy model to AKS\", \"GPU inference on AKS\", \"KAITO setup on AKS\", \"run LLM on AKS\", \"vLLM on AKS\", \"set up model serving on AKS\", \"AI Runway controller\".
End-to-end AI Runway setup on AKS from bare cluster to running model deployment.
Walks through six sequential steps: cluster verification, controller installation, GPU assessment, inference provider setup, first model deployment, and summary Includes cost awareness warnings for GPU node pools and error handling for common deployment failures Supports resuming from any step via skip-to-step N argument if setup is partially complete Uses only kubectl and make CLI tools; no MCP tools required
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
This skill provides a structured workflow for setting up AI Runway on Azure Kubernetes Service (AKS). It includes cluster verification, controller installation, and model deployment. The skill follows security best practices, particularly in its handling of sensitive credentials like HuggingFace tokens. It uses standard Kubernetes and automation tools such as kubectl and make for its operations.
snykLOW
Analyzed Apr 23, 2026
No issues detected.
socketScore 0.9000 · 0 alerts
Analyzed Apr 23, 2026
license1
maintenance1
quality0.9
supply chain1
vulnerability1
0 alerts
Also in this package
Other skills from microsoft/azure-skills · top by installs.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars1.5K
LicenseMIT
Default branchmain
Open issues9
Last pushSep 10, 2026
Status
Active
Skill metadata
Parsed from SKILL.md frontmatter.
Version1.1.1
LicenseMIT
More metadata
author
Microsoft
version
1.1.1
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md4,107 B
docsSUMMARY.md458 B
History
First seen on skills.sh
First recorded snapshot · 316,000 installs
SKILL.md
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.