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).