Skip to content

Commit 4350c1c

Browse files
authored
Merge pull request #271512 from schaffererin/userstory236647
Added doc on AKS VS Code extension
2 parents 2270e35 + 27c8fc5 commit 4350c1c

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

articles/aks/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@
260260
href: cluster-extensions.md
261261
- name: Use the Azure CLI
262262
href: deploy-extensions-az-cli.md
263+
- name: Use the AKS Visual Studio Code extension
264+
href: aks-extension-vs-code.md
263265
- name: Nodes
264266
items:
265267
- name: Cluster nodes

articles/aks/aks-extension-vs-code.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Use the Azure Kubernetes Service (AKS) extension for Visual Studio Code
3+
description: Learn how to the Azure Kubernetes Service (AKS) extension for Visual Studio Code to manage your Kubernetes clusters.
4+
author: schaffererin
5+
ms.topic: article
6+
ms.date: 04/08/2024
7+
ms.author: schaffererin
8+
ms.service: azure-kubernetes-service
9+
---
10+
11+
# Use the Azure Kubernetes Service (AKS) extension for Visual Studio Code
12+
13+
The Azure Kubernetes Service (AKS) extension for Visual Studio Code allows you to easily view and manage your AKS clusters from your development environment.
14+
15+
## Features
16+
17+
The Azure Kubernetes Service (AKS) extension for Visual Studio Code provides a rich set of features to help you manage your AKS clusters, including:
18+
19+
* **Merge into Kubeconfig**: Merge your AKS cluster into your `kubeconfig` file to manage your cluster from the command line.
20+
* **Save Kubeconfig**: Save your AKS cluster configuration to a file.
21+
* **AKS Diagnostics**: View diagnostics information based on your cluster's backend telemetry for identity, security, networking, node health, and create, upgrade, delete, and scale issues.
22+
* **AKS Periscope**: Extract detailed diagnostic information and export it to an Azure storage account for further analysis.
23+
* **Install Azure Service Operator (ASO)**: Deploy the latest version of ASO and provision Azure resources within Kubernetes.
24+
* **Start or stop a cluster**: Start or stop your AKS cluster to save costs when you're not using it.
25+
26+
For more information, see [AKS extension for Visual Studio Code features](https://code.visualstudio.com/docs/azure/aksextensions#_features).
27+
28+
## Installation
29+
30+
1. Open Visual Studio Code.
31+
2. In the **Extensions** view, search for **Azure Kubernetes Service**.
32+
3. Select the **Azure Kubernetes Service** extension and then select **Install**.
33+
34+
For more information, see [Install the AKS extension for Visual Studio Code](https://code.visualstudio.com/docs/azure/aksextensions#_install-the-azure-kubernetes-services-extension).
35+
36+
## Next steps
37+
38+
To learn more about other AKS add-ons and extensions, see [Add-ons, extensions, and other integrations with AKS](./integrations.md).
39+

0 commit comments

Comments
 (0)