From 0f638441b541679e755061e096d49f586caa876e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mauricio=20V=C3=A1squez?= Date: Mon, 1 Jun 2026 09:34:38 -0500 Subject: [PATCH] extensions: Add Inspetkor Gadget MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mauricio Vásquez --- articles/azure-arc/kubernetes/extensions-release.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/articles/azure-arc/kubernetes/extensions-release.md b/articles/azure-arc/kubernetes/extensions-release.md index 18c6993e1..ab07f6054 100644 --- a/articles/azure-arc/kubernetes/extensions-release.md +++ b/articles/azure-arc/kubernetes/extensions-release.md @@ -280,6 +280,19 @@ For more information, see [Enable Microsoft Defender for Containers](/azure/defe > > See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability. +## Inspektor Gadget + +- **Supported distributions**: AKS + +[Inspektor Gadget](https://inspektor-gadget.io/) is a framework that makes it easy to monitor, troubleshoot, and secure workloads running on Linux and Kubernetes. It consists of tools (*Gadgets*) that leverage [eBPF](https://ebpf.io/) programs. Their primary goal is to gather low-level kernel data to provide insights into specific system scenarios. The Inspektor Gadget framework manages the association of the collected data by using high-level references, such as Kubernetes resources. This integration ensures that a seamless connection exists between low-level insights and their corresponding high-level context. The integration streamlines the troubleshooting process and the collection of relevant information. + +For more information, see [Capture real-time system insights from an AKS cluster with Inspektor Gadget](/troubleshoot/azure/azure-kubernetes/logs/capture-system-insights-from-aks) + +> [!IMPORTANT] +> Inspektor Gadget for Azure Arc-enabled Kubernetes is currently in public preview. +> +> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability. + ## Related content - Read more about [cluster extensions for Azure Arc-enabled Kubernetes](conceptual-extensions.md).