Skip to content

Commit af8511f

Browse files
committed
first try of a Katakoda example
1 parent 01e59a2 commit af8511f

File tree

7 files changed

+33
-1
lines changed

7 files changed

+33
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ link:behavorial/PeriodicJob/README.adoc[Periodic Job]::
4141
link:behavorial/DaemonService/README.adoc[Daemon Service]::
4242
Sample maintenance script for maintenance jobs on every node of a cluster
4343
link:behavorial/SingletonService/README.adoc[Singleton Service]::
44-
Example of a PodDisruptionBudget for controlling voluntary disruptions [*]
44+
Example of a PodDisruptionBudget for controlling voluntary disruptions
4545
link:behavorial/StatefulService/README.adoc[Stateful Service]::
4646
StatefulSet example for our random-generator [*]
4747
link:behavorial/ServiceDiscovery/README.adoc[Service Discovery]::

foundational/PredictableDemands/katakoda/finish.md

Whitespace-only changes.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"title": "Predictable Demands",
3+
"description": "This example shows how to declare Kubernetes resource profiles to help the cluster in managing your containers.",
4+
"details": {
5+
"steps": [
6+
{
7+
"title": "Step 1",
8+
"text": "step1.md"
9+
},
10+
{
11+
"title": "Step 2",
12+
"text": "step2.md"
13+
},
14+
{
15+
"title": "Step 3",
16+
"text": "step3.md"
17+
}
18+
],
19+
"intro": {
20+
"text": "intro.md"
21+
},
22+
"finish": {
23+
"text": "finish.md"
24+
}
25+
},
26+
"environment": {
27+
"uilayout": "terminal-terminal"
28+
},
29+
"backend": {
30+
"imageid": "kubernetes-cluster"
31+
}
32+
}

foundational/PredictableDemands/katakoda/intro.md

Whitespace-only changes.

foundational/PredictableDemands/katakoda/step1.md

Whitespace-only changes.

foundational/PredictableDemands/katakoda/step2.md

Whitespace-only changes.

foundational/PredictableDemands/katakoda/step3.md

Whitespace-only changes.

0 commit comments

Comments
 (0)