GithubHelp home page GithubHelp logo

shohehe / chaos-mesh Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chaos-mesh/chaos-mesh

0.0 1.0 0.0 32.17 MB

A Chaos Engineering Platform for Kubernetes

License: Apache License 2.0

Makefile 1.08% Go 87.16% Shell 7.44% Smarty 0.20% Dockerfile 0.50% C 0.18% Groovy 0.82% HTML 0.20% TypeScript 2.42%

chaos-mesh's Introduction

chaos_logo

Build Status codecov LICENSE Language Go Report Card GoDoc

Note:

This readme and related documentation are Work in Progress.

Chaos Mesh is a cloud-native Chaos Engineering platform that orchestrates chaos on Kubernetes environments. At the current stage, it has the following components:

  • Chaos Operator: the core component for chaos orchestration. Fully open sourced.
  • Chaos Dashboard: a visualized panel that shows the impacts of chaos experiments on the online services of the system; under development; curently only supports chaos experiments on TiDB(https://github.com/pingcap/tidb).

See the following demo video for a quick view of Chaos Mesh:

Watch the video

Chaos Operator

Chaos Operator injects chaos into the applications and Kubernetes infrastructure in a manageable way, which provides easy, custom definitions for chaos experiments and automatic orchestration. There are three components at play:

Controller-manager: used to schedule and manage the lifecycle of CRD objects

Chaos-daemon: runs as daemonset with privileged system permissions over network, Cgroup, etc. for a specifc node

Sidecar: a special type of container that is dynamically injected into the target Pod by the webhook-server, which can be used for hijacking I/O of the application container.

Chaos Operator

Chaos Operator uses Custom Resource Definition (CRD) to define chaos objects. The current implementation supports three types of CRD objects for fault injection, namely PodChaos, NetworkChaos, IOChaos, and TimeChaos, which correspond to the following major actions (experiments):

  • pod-kill: The selected pod is killed (ReplicaSet or something similar may be needed to ensure the pod will be restarted).
  • pod-failure: The selected pod will be unavailable in a specified period of time.
  • container-kill: The selected container is killed in the selected pod.
  • netem chaos: Network chaos such as delay, duplication, etc.
  • network-partition: Simulate network partition.
  • IO chaos: Simulate file system faults such as I/O delay, read/write errors, etc.
  • time chaos: The selected pod will be injected clock skew.
  • kernel chaos: The selected pod will be injected with (slab,bio,etc) errors.

Quick start

Deploy and use

See Docs

FAQs

See FAQs.

Blogs

Contribute

See Development Guide.

Community

Please reach out for bugs, feature requests, and other issues via:

  • Following us on Twitter at @chaos_mesh.
  • The #sig-chaos-mesh channel in the TiDB Community slack workspace.
  • Filing a issue or opening a PR against this repo.

Roadmap

See ROADMAP

License

Chaos Mesh is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

Trademark

Chaos Mesh™ is a trademark of Beijing PingCap Xingchen Technology and Development Co., Ltd. © 2020 Beijing PingCap Xingchen Technology and Development Co., Ltd. All rights reserved.

chaos-mesh's People

Contributors

cwen0 avatar yangkeao avatar zhouqiang-cl avatar yeya24 avatar fewdan avatar gallardot avatar yisaer avatar lucklove avatar oraluben avatar maplefu avatar mahjonp avatar dcalvin avatar you06 avatar anglenet avatar yujunz avatar vincent178 avatar ethercflow avatar tfulcrand avatar wuurrd avatar idube avatar xuhuaiyu avatar laumih avatar silentred avatar at15 avatar queenyjin avatar rbtcollins avatar strrl avatar g1eny0ung avatar ngaut avatar sre-bot avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.