litmuschaos / litmus

Litmus helps SREs and developers practice chaos engineering in a Cloud-native way. Chaos experiments are published at the ChaosHub (https://hub.litmuschaos.io). Community notes is at https://hackmd.io/a4Zu_sH4TZGeih-xCimi3Q
https://litmuschaos.io
Apache License 2.0
4.43k stars 693 forks source link

Is there any way to help to easily understand the relationship between the chaos pod, runner pod, job, chaosengine and so on #3855

Open serlina opened 1 year ago

serlina commented 1 year ago

Question

I'm just using litmus, and find there will be a lot of resources in k8s as the experiment goes on. for example, if I set up 10 experiments, and run them 10 times, there will be 10 chaos experiments, 10 chaos results, 10 chaos engines, 10 jobs, and many pods. From my understanding, it is not easy to tell them apart. is there any easy way to know how they correspond ?

Please make sure you have,

We primarily use GitHub as an issue tracker; for usage and support questions, please check out these resources below. Thanks!

neelanjan00 commented 1 year ago

Hi @serlina, I would advise you to first understand the purpose of each of those aspects which you have mentioned, you can find them at https://docs.litmuschaos.io/docs/concepts/overview. After that you can take a look at the architecture flow, which should explain the correlation between these components: https://docs.litmuschaos.io/docs/architecture/overview.