chaos-mesh-experiment-prepare

Generate Chaos Mesh Kubernetes YAML manifests for PodChaos, NetworkChaos, and StressChaos experiments.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/del-zhenwu/chaos-agent --skill chaos-mesh-experiment-prepare
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chaos-mesh-experiment-prepare
Source: https://github.com/del-zhenwu/chaos-agent/tree/main/skills/chaos-mesh-experiment-prepare
Command: npx skills add https://github.com/del-zhenwu/chaos-agent --skill chaos-mesh-experiment-prepare

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables users to prepare and generate accurate Chaos Mesh experiment configurations, facilitating chaos testing without manual YAML editing.

Core Features & Use Cases

  • Experiment Configuration: Generate valid Chaos Mesh manifest files such as PodChaos, NetworkChaos, StressChaos, etc.
  • Cluster Discovery: Automate the discovery of target pods, namespaces, labels, and other resources required for chaos experiments.
  • Real Cluster Targeting: Ensure only live, cluster-vetted resources are used, maintaining test integrity and safety.
  • Use Case: A platform engineer wants to set up a network delay experiment on a specific service; this Skill helps generate the correct configuration after target selection and verification.

Quick Start

Use the chaos-mesh-experiment-prepare skill to generate a Chaos Mesh YAML configuration for a pod fault scenario by specifying service label selectors.

Frequently Asked Questions about chaos-mesh-experiment-prepare

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Chaos Mesh experiment configurations for Kubernetes?

Generate Chaos Mesh experiment configurations by discovering target cluster resources, verifying their suitability, and automatically producing valid Kubernetes YAML manifests for scenarios like PodChaos and NetworkChaos.

Can I automate pod discovery for Chaos Mesh network delay experiments?

Automate pod discovery for Chaos Mesh network delay experiments by using label selectors to find live target resources, ensuring your network chaos testing targets only vetted, currently running Kubernetes pods.

What Chaos Mesh experiment types are supported for Kubernetes chaos testing?

Supported Chaos Mesh experiment types include PodChaos, NetworkChaos, and StressChaos, allowing you to generate accurate Kubernetes YAML manifests for reliable pod fault, network delay, and system stress scenarios.

How do I verify target resources before running a Chaos Mesh experiment?

Verify target resources before running a Chaos Mesh experiment by discovering live Kubernetes pods, namespaces, and labels to ensure only cluster-vetted resources are selected, maintaining test integrity and safety.

Does this approach require manual YAML editing for Chaos Mesh setup?

This approach avoids manual YAML editing for Chaos Mesh setup by automating the generation of Kubernetes manifests aligned with your current cluster state, streamlining the configuration process for reliable chaos testing.