Categorygithub.com/chaosnative/chaosctl
modulepackage
0.4.1
Repository: https://github.com/chaosnative/chaosctl.git
Documentation: pkg.go.dev

# README

ChaosCTL

The command-line tool, chaosctl, allows you to manage chaos delegate plane. You can use chaosctl to create chaos delegates, project, and manage multiple accounts.

Usage

  • For more information including a complete list of chaosctl operations, see the chaosctl reference documentation.
  • Non-Interactive mode: Click here
  • Interactive mode: Click here

Requirements

The chaosctl CLI requires the following things:

  • kubeconfig - chaosctl needs the kubeconfig of the k8s cluster where we need to connect chaos delegates. The CLI currently uses the default path of kubeconfig i.e. ~/.kube/config.
  • kubectl- chaosctl is using kubectl under the hood to apply the manifest. To install kubectl, follow: kubectl

Compatibility matrix

To check compatibility of chaosctl with products

Chaosctl versionHCE OnpremHCE SaaS
0.2.02.8.0Not supported
0.3.1Not supportedSupported
0.4.02.11.0 and aboveNot supported

Installation

To install the latest version of chaosctl follow the below steps:

Platformsmain(Unreleased)v0.2.0v0.3.1v0.4.0
chaosctl-darwin-amd64 (MacOS)Click hereClick hereClick hereClick here
chaosctl-linux-386Click hereClick hereClick hereClick here
chaosctl-linux-amd64Click hereClick hereClick hereClick here
chaosctl-linux-armClick hereClick hereClick hereClick here
chaosctl-linux-arm64Click hereClick hereClick hereClick here
chaosctl-windows-386Click hereClick hereClick hereClick here
chaosctl-windows-amd64Click hereClick hereClick hereClick here
chaosctl-windows-armClick hereClick hereClick hereClick here

Linux/MacOS

  • Extract the binary
tar -zxvf chaosctl-<OS>-<ARCH>-<VERSION>.tar.gz
  • Provide necessary permissions
chmod +x chaosctl
  • Move the chaosctl binary to /usr/local/bin/chaosctl. Note: Make sure to use root user or use sudo as a prefix
mv chaosctl /usr/local/bin/chaosctl
  • You can run the chaosctl command in Linux/macOS:
chaosctl <command> <subcommand> <subcommand> [options and parameters]

Windows

  • Extract the binary from the zip using WinZip or any other extraction tool.

  • You can run the chaosctl command in windows:

chaosctl.exe <command> <subcommand> <subcommand> [options and parameters]
  • To check the version of the chaosctl:
chaosctl version

# Packages

No description provided by the author

# Variables

No description provided by the author