rahulsharma-cbre / chaos-toolkit-poc

my experiments with chaos toolkit poc
0 stars 1 forks source link

use kubernetes-crd to provision toolkit on kubernetes cluster #2

Open rahulsharma-cbre opened 4 years ago

rahulsharma-cbre commented 4 years ago

Using kubernetes-crd the CTK runs in its own pod indeed, it isn't deployed as a sidecar of an existing pod. This is why RBAC and network policies need to be accounted for because the CTK may even run in a different namespace than the targeted pods. Slack thread: https://chaostoolkit.slack.com/archives/C7FKWH6UX/p1576760749000500

Git repo to kubernetes-crd

aswithagudala commented 4 years ago

N/A