-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathindex.json
64 lines (64 loc) · 1.63 KB
/
index.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"title": "Deploy Datadog monitors with Terraform",
"description": "Automating Datadog deployments with Terraform",
"icon": "fa-terraform",
"difficulty": "Intermediate",
"details": {
"steps": [
{
"title": "Create your Kubernetes infrastructure",
"text": "step1.md"
},
{
"title": "Deploy the Datadog Agent to your nodes with Helm",
"text": "step2.md",
"code": "step2.sh"
},
{
"title": "Create a metrics monitor with the Datadog provider",
"text": "step3.md",
"code": "step3.sh"
},
{
"title": "Create a synthetic monitor with the Datadog provider",
"text": "step4.md",
"code": "step4.sh"
},
{
"title": "Create a Datadog dashboard with the Datadog provider",
"text": "step5.md",
"code": "step5.sh"
},
{
"title": "Clean up your resources",
"text": "step6.md"
}
],
"intro": {
"code": "courseBase.sh",
"text": "intro.md"
}
},
"environment": {
"dashboards": [
{
"name": "View Beacon",
"port": 30201
}
],
"hideintro": false,
"hideHiddenFiles": true,
"showdashboard": true,
"exclusionPatterns": [
"*/Desktop",
"*/Desktop/*",
"*/katacoda-finished"
],
"uilayout": "editor-terminal",
"uieditorpath": "/root/"
},
"backend": {
"imageid": "minikube-running"
},
"private": true
}