Chaos Mesh · Schema

Chaos Mesh Experiment

Schema for Chaos Mesh chaos experiment custom resources on Kubernetes. Covers all supported fault injection types including PodChaos, NetworkChaos, IOChaos, StressChaos, HTTPChaos, TimeChaos, DNSChaos, and KernelChaos. Each chaos type specifies a selector for targeting pods and a type-specific spec for the fault to inject.

Chaos EngineeringCloud NativeCNCFFault InjectionKubernetesObservabilityOpen SourceReliabilityResilienceTesting

Properties

Name Type Description
apiVersion string Chaos Mesh API group and version for all chaos custom resources.
kind string Chaos type kind identifying which fault injector to use.
metadata object
spec object Chaos experiment specification. The required fields and their meanings vary by kind. All chaos types share selector, mode, and duration fields.
View JSON Schema on GitHub