forked from BenHall/javajon-katacoda-courses
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkubernetes-chaos-pathway.json
32 lines (31 loc) · 1.14 KB
/
kubernetes-chaos-pathway.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"title": "Kubernetes Chaos",
"icon": "fa-kubernetes",
"description": "Chaos Engineering is the discipline of experimenting on a system in order to build confidence in the system’s capability to withstand turbulent conditions in production.",
"courses": [
{
"course_id": "pure-chaos",
"title": "Pure Chaos",
"description": "Small implementation of a periodic, selective, random Pod melter."
},
{
"course_id": "kubeinvaders",
"title": "KubeInvaders",
"description": "Destroy Pods as if they were aliens."
},
{
"course_id": "kube-monkey",
"title": "Kube Monkey",
"description": "Randomly delete Kubernetes Pods to encourage development of failure-resilient services."
},
{
"course_id": "chaoskube",
"title": "Chaoskube",
"description": "Periodically kills random pods in your Kubernetes cluster."
},
{
"course_id": "chaos-mesh",
"title": "Chaos Mesh®",
"description": "A cloud-native Chaos Engineering platform that orchestrates chaos on Kubernetes." }
]
}