Skill · em Publicar e operar

airunway-aks-setup

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",…

Procedência

Antes de instalar

11 arquivos · 24,1 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 117b038) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/skills/airunway-aks-setup/.

d=".claude/skills/airunway-aks-setup"
u="https://raw.githubusercontent.com/microsoft/azure-skills/117b038edfef5d7af09848b8ffcd355f28f19956/skills/airunway-aks-setup"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/references/gpu-profiles.md" "$u/references/gpu-profiles.md" \
  -o "$d/references/model-sizing.md" "$u/references/model-sizing.md" \
  -o "$d/references/powershell-notes.md" "$u/references/powershell-notes.md" \
  -o "$d/references/steps/step-1-verify.md" "$u/references/steps/step-1-verify.md" \
  -o "$d/references/steps/step-2-controller.md" "$u/references/steps/step-2-controller.md" \
  -o "$d/references/steps/step-3-gpu.md" "$u/references/steps/step-3-gpu.md" \
  -o "$d/references/steps/step-4-provider.md" "$u/references/steps/step-4-provider.md" \
  -o "$d/references/steps/step-5-deploy.md" "$u/references/steps/step-5-deploy.md" \
  -o "$d/references/steps/step-6-summary.md" "$u/references/steps/step-6-summary.md" \
  -o "$d/references/troubleshooting.md" "$u/references/troubleshooting.md"

Global: instala em ~/.claude/skills/airunway-aks-setup/.

d="$HOME/.claude/skills/airunway-aks-setup"
u="https://raw.githubusercontent.com/microsoft/azure-skills/117b038edfef5d7af09848b8ffcd355f28f19956/skills/airunway-aks-setup"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/references/gpu-profiles.md" "$u/references/gpu-profiles.md" \
  -o "$d/references/model-sizing.md" "$u/references/model-sizing.md" \
  -o "$d/references/powershell-notes.md" "$u/references/powershell-notes.md" \
  -o "$d/references/steps/step-1-verify.md" "$u/references/steps/step-1-verify.md" \
  -o "$d/references/steps/step-2-controller.md" "$u/references/steps/step-2-controller.md" \
  -o "$d/references/steps/step-3-gpu.md" "$u/references/steps/step-3-gpu.md" \
  -o "$d/references/steps/step-4-provider.md" "$u/references/steps/step-4-provider.md" \
  -o "$d/references/steps/step-5-deploy.md" "$u/references/steps/step-5-deploy.md" \
  -o "$d/references/steps/step-6-summary.md" "$u/references/steps/step-6-summary.md" \
  -o "$d/references/troubleshooting.md" "$u/references/troubleshooting.md"

Codex

Neste projeto: instala em .agents/skills/airunway-aks-setup/.

d=".agents/skills/airunway-aks-setup"
u="https://raw.githubusercontent.com/microsoft/azure-skills/117b038edfef5d7af09848b8ffcd355f28f19956/skills/airunway-aks-setup"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/references/gpu-profiles.md" "$u/references/gpu-profiles.md" \
  -o "$d/references/model-sizing.md" "$u/references/model-sizing.md" \
  -o "$d/references/powershell-notes.md" "$u/references/powershell-notes.md" \
  -o "$d/references/steps/step-1-verify.md" "$u/references/steps/step-1-verify.md" \
  -o "$d/references/steps/step-2-controller.md" "$u/references/steps/step-2-controller.md" \
  -o "$d/references/steps/step-3-gpu.md" "$u/references/steps/step-3-gpu.md" \
  -o "$d/references/steps/step-4-provider.md" "$u/references/steps/step-4-provider.md" \
  -o "$d/references/steps/step-5-deploy.md" "$u/references/steps/step-5-deploy.md" \
  -o "$d/references/steps/step-6-summary.md" "$u/references/steps/step-6-summary.md" \
  -o "$d/references/troubleshooting.md" "$u/references/troubleshooting.md"

Global: instala em ~/.agents/skills/airunway-aks-setup/.

d="$HOME/.agents/skills/airunway-aks-setup"
u="https://raw.githubusercontent.com/microsoft/azure-skills/117b038edfef5d7af09848b8ffcd355f28f19956/skills/airunway-aks-setup"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/references/gpu-profiles.md" "$u/references/gpu-profiles.md" \
  -o "$d/references/model-sizing.md" "$u/references/model-sizing.md" \
  -o "$d/references/powershell-notes.md" "$u/references/powershell-notes.md" \
  -o "$d/references/steps/step-1-verify.md" "$u/references/steps/step-1-verify.md" \
  -o "$d/references/steps/step-2-controller.md" "$u/references/steps/step-2-controller.md" \
  -o "$d/references/steps/step-3-gpu.md" "$u/references/steps/step-3-gpu.md" \
  -o "$d/references/steps/step-4-provider.md" "$u/references/steps/step-4-provider.md" \
  -o "$d/references/steps/step-5-deploy.md" "$u/references/steps/step-5-deploy.md" \
  -o "$d/references/steps/step-6-summary.md" "$u/references/steps/step-6-summary.md" \
  -o "$d/references/troubleshooting.md" "$u/references/troubleshooting.md"

Antigravity

Neste projeto: instala em .agents/skills/airunway-aks-setup/.

d=".agents/skills/airunway-aks-setup"
u="https://raw.githubusercontent.com/microsoft/azure-skills/117b038edfef5d7af09848b8ffcd355f28f19956/skills/airunway-aks-setup"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/references/gpu-profiles.md" "$u/references/gpu-profiles.md" \
  -o "$d/references/model-sizing.md" "$u/references/model-sizing.md" \
  -o "$d/references/powershell-notes.md" "$u/references/powershell-notes.md" \
  -o "$d/references/steps/step-1-verify.md" "$u/references/steps/step-1-verify.md" \
  -o "$d/references/steps/step-2-controller.md" "$u/references/steps/step-2-controller.md" \
  -o "$d/references/steps/step-3-gpu.md" "$u/references/steps/step-3-gpu.md" \
  -o "$d/references/steps/step-4-provider.md" "$u/references/steps/step-4-provider.md" \
  -o "$d/references/steps/step-5-deploy.md" "$u/references/steps/step-5-deploy.md" \
  -o "$d/references/steps/step-6-summary.md" "$u/references/steps/step-6-summary.md" \
  -o "$d/references/troubleshooting.md" "$u/references/troubleshooting.md"

Global: instala em ~/.gemini/antigravity-cli/skills/airunway-aks-setup/.

d="$HOME/.gemini/antigravity-cli/skills/airunway-aks-setup"
u="https://raw.githubusercontent.com/microsoft/azure-skills/117b038edfef5d7af09848b8ffcd355f28f19956/skills/airunway-aks-setup"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/references/gpu-profiles.md" "$u/references/gpu-profiles.md" \
  -o "$d/references/model-sizing.md" "$u/references/model-sizing.md" \
  -o "$d/references/powershell-notes.md" "$u/references/powershell-notes.md" \
  -o "$d/references/steps/step-1-verify.md" "$u/references/steps/step-1-verify.md" \
  -o "$d/references/steps/step-2-controller.md" "$u/references/steps/step-2-controller.md" \
  -o "$d/references/steps/step-3-gpu.md" "$u/references/steps/step-3-gpu.md" \
  -o "$d/references/steps/step-4-provider.md" "$u/references/steps/step-4-provider.md" \
  -o "$d/references/steps/step-5-deploy.md" "$u/references/steps/step-5-deploy.md" \
  -o "$d/references/steps/step-6-summary.md" "$u/references/steps/step-6-summary.md" \
  -o "$d/references/troubleshooting.md" "$u/references/troubleshooting.md"

Peça ao Rook

Já usa o Rook Labs? Cole no chat do Rook: instale a skill https://rooklabs.sh/marketplace/microsoft.azure-skills.airunway-aks-setup

Prévia do SKILL.md

---
name: airunway-aks-setup
description: "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 AK…
license: MIT
metadata:
  author: Microsoft
  version: "1.1.1"
argument-hint: "[skip-to-step N]"
---

# 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

| Property | Value |
|----------|-------|
| Best for | End-to-end AI Runway onboarding on AKS |
| CLI tools | `kubectl`, `make`, `curl` |
| MCP tools | None |
| Related skills | `azure-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
…

Ver todo o marketplace