Skip to content

Commit 836d089

Browse files
committed
add version compat page
1 parent a5f159b commit 836d089

File tree

2 files changed

+56
-7
lines changed

2 files changed

+56
-7
lines changed

articles/chaos-studio/TOC.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@
9696
href: chaos-studio-fault-library.md
9797
- name: Fault providers
9898
href: chaos-studio-fault-providers.md
99+
- name: Version compatibility
100+
href: chaos-studio-versions.md
99101
- name: Limitations and known issues
100102
href: chaos-studio-limitations.md
101103
- name: Service limits
@@ -110,13 +112,11 @@
110112
href: https://www.npmjs.com/package/@azure/arm-chaos/
111113
- name: Resources
112114
items:
113-
- name: Azure roadmap
114-
href: https://azure.microsoft.com/roadmap/
115+
- name: Service updates
116+
href: https://azure.microsoft.com/updates/?query=chaos%20studio
115117
- name: Pricing
116-
href: https://azure.microsoft.com/pricing/
118+
href: https://azure.microsoft.com/pricing/details/chaos-studio/
117119
- name: Pricing calculator
118120
href: https://azure.microsoft.com/pricing/calculator/
119-
- name: Service updates
120-
href: https://azure.microsoft.com/updates/?product=
121-
- name: Stack Overflow
122-
href: https://stackoverflow.com/questions
121+
- name: Feedback
122+
href: https://aka.ms/ChaosStudioFeedback
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: Azure Chaos Studio compatibility
3+
description: Understand the compatibility of Azure Chaos Studio with operating systems and tools.
4+
services: chaos-studio
5+
author: rsgel
6+
ms.topic: overview
7+
ms.date: 01/26/2024
8+
ms.author: carlsonr
9+
ms.service: chaos-studio
10+
---
11+
12+
# Azure Chaos Studio version compatibility
13+
14+
The following reference shows relevant version support and compatibility for features within Chaos Studio.
15+
16+
## Operating systems supported by the agent
17+
18+
The Chaos Studio agent is tested for compatibility with the following operating systems on Azure virtual machines. This testing involves deploying an Azure virtual machine with the specified SKU, installing the agent as a virtual machine extension, and validating the output of the available agent-based faults.
19+
20+
| Operating system | Chaos agent compatibility | Notes |
21+
|:---:|:---:|:---:|
22+
| Windows Server 2019 || |
23+
| Windows Server 2016 || |
24+
| Windows Server 2012 R2 || |
25+
| Red Hat Enterprise Linux 8 || |
26+
| Red Hat Enterprise Linux 8.2 || |
27+
| openSUSE Leap 15.2 || |
28+
| CentOS 8 || |
29+
| Debian 10 Buster || Installation of `unzip` utility required |
30+
| Oracle Linux 8.3 || |
31+
| Ubuntu Server 18.04 LTS || |
32+
33+
The agent isn't currently tested against custom Linux distributions or hardened Linux distributions (for example, FIPS or SELinux).
34+
35+
If an operating system isn't currently listed, you may still attempt to install, use, and troubleshoot the virtual machine extension, agent, and agent-based capabilities, but Chaos Studio cannot guarantee behavior or support for an unlisted operating system.
36+
37+
To request validation on more operating systems or versions, use the [Chaos Studio Feedback Community](https://aka.ms/ChaosStudioFeedback).
38+
39+
## Chaos Mesh validation
40+
41+
Faults within Azure Kubernetes Service resources currently integrate with the open-source project [Chaos Mesh](https://chaos-mesh.org/), which is part of the [Cloud Native Computing Foundation](https://www.cncf.io/projects/chaosmesh/). Review [Create a chaos experiment that uses a Chaos Mesh fault to kill AKS pods with the Azure portal](chaos-studio-tutorial-aks-portal.md) for more details on using Azure Chaos Studio with Chaos Mesh.
42+
43+
Find Chaos Mesh's support policy and release dates here: [Supported Releases](https://chaos-mesh.org/supported-releases/).
44+
45+
Azure Chaos Studio currently tests with Azure Kubernetes Service version `1.25.11` and Chaos Mesh version `2.5.1`.
46+
47+
## Browser support
48+
49+
See the Azure portal documentation on [Supported devices](../azure-portal/azure-portal-supported-browsers-devices.md) for more information on browser support.

0 commit comments

Comments
 (0)