# 安装 azure-kubernetes

- 类型: Skill 技能
- 说明: Plan, create, and configure production-ready Azure Kubernetes Service (AKS) clusters. Covers Day-0 checklist, SKU selection (Automatic vs Standard), networking options (private API server, Azure CNI Overlay, egress configuration), security, and operations (autoscaling, upgrade strategy, cost analysis). WHEN: create AKS environment, provision AKS, enable AKS observability, design AKS networking, choose AKS SKU, secure AKS, optimize AKS, AKS spot nodes, AKS cluster-autoscaler, rightsize AKS pod, pod rightsizing, over-provisioned AKS pod, pod resource requests and limits, Vertical Pod Autoscaler, VPA recommendations.
- 仓库: https://github.com/microsoft/GitHub-Copilot-for-Azure

## 方式一 · 一键代装（复制提示词让 AI 代劳）

### Claude Code
```
请帮我安装 askskill 上的 "azure-kubernetes" 技能：
1. 下载 https://raw.githubusercontent.com/microsoft/GitHub-Copilot-for-Azure/main/plugin/skills/azure-kubernetes/SKILL.md
2. 保存为 ~/.claude/skills/azure-kubernetes/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Codex
```
请帮我安装 askskill 上的 "azure-kubernetes" 技能：
1. 下载 https://raw.githubusercontent.com/microsoft/GitHub-Copilot-for-Azure/main/plugin/skills/azure-kubernetes/SKILL.md
2. 保存为 ~/.codex/skills/azure-kubernetes/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Cursor
```
请帮我安装 askskill 上的 "azure-kubernetes" 技能：
1. 下载 https://raw.githubusercontent.com/microsoft/GitHub-Copilot-for-Azure/main/plugin/skills/azure-kubernetes/SKILL.md
2. 保存为 ~/.cursor/skills/azure-kubernetes/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

## 方式二 · 命令行安装（原生命令与配置）

### Claude Code
```bash
mkdir -p '~/.claude/skills/azure-kubernetes' && curl -fsSL 'https://raw.githubusercontent.com/microsoft/GitHub-Copilot-for-Azure/main/plugin/skills/azure-kubernetes/SKILL.md' -o '~/.claude/skills/azure-kubernetes/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/azure-kubernetes' && curl -fsSL 'https://raw.githubusercontent.com/microsoft/GitHub-Copilot-for-Azure/main/plugin/skills/azure-kubernetes/SKILL.md' -o '~/.codex/skills/azure-kubernetes/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/azure-kubernetes' && curl -fsSL 'https://raw.githubusercontent.com/microsoft/GitHub-Copilot-for-Azure/main/plugin/skills/azure-kubernetes/SKILL.md' -o '~/.cursor/skills/azure-kubernetes/SKILL.md'
```
