litmus/experiments/coredns/pod_delete
Shubham Chaudhary 98995c4254
feat(chaos_ns): Adding chaos namespace in all experiments (#1340)
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
2020-03-25 16:38:02 +05:30
..
README.md (bug-fix): Fixing a naming bug in the openebs target network loss experiment (network delay ---> network loss) (#1151) 2020-01-25 17:47:03 +05:30
activity_diagram_coredns.png (feat): Adding coredns experiment's activity diagram (#1082) 2020-01-21 12:41:39 +05:30
chaosutil.j2 (refactor): Refactor experiments to make them uniform (#1206) 2020-02-12 23:18:14 +05:30
liveness-app.j2 bug-fix(jinja-template): Adding checks for chaos-uid in all jinja templates (#1291) 2020-03-12 22:26:26 +05:30
nginx.j2 bug-fix(jinja-template): Adding checks for chaos-uid in all jinja templates (#1291) 2020-03-12 22:26:26 +05:30
pod_delete_ansible_logic.yml feat(chaos_ns): Adding chaos namespace in all experiments (#1340) 2020-03-25 16:38:02 +05:30
pod_delete_ansible_prerequisites.yml (feat): Adding coredns experiment's activity diagram (#1082) 2020-01-21 12:41:39 +05:30
pod_delete_k8s_job.yml feat(chaos_ns): Adding chaos namespace in all experiments (#1340) 2020-03-25 16:38:02 +05:30

README.md

Experiment Metadata

Name Description Documentation Link
CoreDNS pod delete Causes graceful pod failure of an coreDNS application. It tests deployment sanity (replica availability & uninterrupted service) and recovery workflow of the service and deletion of CoreDNS pod will failed the kubernetes service resolution. Activity diagram is available Here Here