Skip to content

Commit c8b31f3

Browse files
author
Scott Malkie
committed
Add path buttons to 30x sections
1 parent 2db068f commit c8b31f3

File tree

8 files changed

+109
-6
lines changed

8 files changed

+109
-6
lines changed

03-path-application-development/301-local-development/readme.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,3 +297,15 @@ The cluster can be shutdown using the following command:
297297
$ minikube stop
298298
Stopping local Kubernetes cluster...
299299
Machine stopped.
300+
301+
302+
You are now ready to continue on with the workshop!
303+
304+
:frame: none
305+
:grid: none
306+
:valign: top
307+
308+
[align="center", cols="1", grid="none", frame="none"]
309+
|=====
310+
|image:button-continue-developer.png[link=../../03-path-application-development/302-app-directory]
311+
|=====

03-path-application-development/302-app-discovery/readme.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,15 @@ Delete the application with this command:
137137

138138
$ kubectl delete -f templates/app.yml
139139

140+
141+
You are now ready to continue on with the workshop!
142+
143+
:frame: none
144+
:grid: none
145+
:valign: top
146+
147+
[align="center", cols="2", grid="none", frame="none"]
148+
|=====
149+
|image:button-continue-standard.png[link=../../03-path-application-development/303-app-update]
150+
|image:button-continue-developer.png[link=../../03-path-application-development/303-app-update]
151+
|=====

03-path-application-development/303-app-update/readme.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,3 +531,14 @@ https://github.com/zalando-incubator/kube-ingress-aws-controller[Kubernetes Ingr
531531
deployment "app-ingress-controller" created
532532

533533

534+
You are now ready to continue on with the workshop!
535+
536+
:frame: none
537+
:grid: none
538+
:valign: top
539+
540+
[align="center", cols="2", grid="none", frame="none"]
541+
|=====
542+
|image:button-continue-standard.png[link=../../03-path-application-development/304-app-scaling]
543+
|image:button-continue-developer.png[link=../../03-path-application-development/304-app-scaling]
544+
|=====

03-path-application-development/304-app-scaling/readme.adoc

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,18 @@ webapp Deployment/webapp 0% / 10% 1 10 1 17m
104104

105105
== Cleanup
106106

107-
kubectl delete hpa webapp
108-
kubectl delete deployment load-generator
109-
kubectl delete deployment webapp
107+
$ kubectl delete hpa/webapp deploy/load-generator deploy/webapp
108+
109+
110+
You are now ready to continue on with the workshop!
111+
112+
:frame: none
113+
:grid: none
114+
:valign: top
115+
116+
[align="center", cols="2", grid="none", frame="none"]
117+
|=====
118+
|image:button-continue-standard.png[link=../../05-path-next-steps/501-for-further-reading]
119+
|image:button-continue-developer.png[link=../../03-path-application-development/305-app-tracing-with-jaeger-and-x-ray]
120+
|=====
121+

03-path-application-development/305-app-tracing-with-jaeger-and-x-ray/readme.adoc

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,23 @@
22
:toc:
33
:icons:
44
:linkcss:
5-
:imagesdir: ../resources/images
5+
:imagesdir: ../../resources/images
66

77
This section will explain how to perform distribute tracing on applications deployed on Kubernetes.
88

99
We will cover the following tracing frameworks:
1010

1111
* link:x-ray[X-Ray]
1212
* link:jaeger[Jaeger]
13+
14+
Once you've explored link:x-ray[X-Ray] and link:jaeger[Jaeger], you are ready to continue on with the workshop!
15+
16+
:frame: none
17+
:grid: none
18+
:valign: top
19+
20+
[align="center", cols="1", grid="none", frame="none"]
21+
|=====
22+
|image:button-continue-developer.png[link=../../03-path-application-development/306-app-management-with-helm]
23+
|=====
24+

03-path-application-development/306-app-managment-with-helm/readme.adoc

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ For production, it's recommended to setup a https://github.com/arun-gupta/kubern
185185

186186
List the deployed charts
187187

188-
helm list
188+
$ helm list
189189

190190
```
191191
NAME REVISION UPDATED STATUS CHART NAMESPACE
@@ -194,6 +194,17 @@ sample 1 Tue Oct 17 03:45:36 2017 DEPLOYED sample-1.0.0 default
194194

195195
Delete the deployed chart
196196

197-
helm delete sample
197+
$ helm delete sample
198198

199199

200+
You are now ready to continue on with the workshop!
201+
202+
:frame: none
203+
:grid: none
204+
:valign: top
205+
206+
[align="center", cols="1", grid="none", frame="none"]
207+
|=====
208+
|image:button-continue-developer.png[link=../../03-path-application-development/307-statefulsets-and-pvs]
209+
|=====
210+

03-path-application-development/307-statefulsets-and-pvs/readme.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,3 +505,14 @@ Delete ConfigMap, Service, PVC using the command:
505505
persistentvolumeclaim "data-mysql-1" deleted
506506
persistentvolumeclaim "data-mysql-2" deleted
507507
508+
You are now ready to continue on with the workshop!
509+
510+
:frame: none
511+
:grid: none
512+
:valign: top
513+
514+
[align="center", cols="1", grid="none", frame="none"]
515+
|=====
516+
|image:button-continue-developer.png[link=../../03-path-application-development/308-cicd-workflows/]
517+
|=====
518+
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
= Continuous Integration, Delivery, and Deployment with Kubernetes
2+
:toc:
3+
:icons:
4+
:linkcss:
5+
:imagesdir: ../../resources/images
6+
7+
There are many different tools for building CI/CD pipelines with the Kubernetes platform.
8+
9+
Please explore the sections below for more information:
10+
11+
* link:308-1-codesuite/[CodeSuite]
12+
13+
Once you've looked at the options above, you are ready to continue with the workshop!
14+
15+
:frame: none
16+
:grid: none
17+
:valign: top
18+
19+
[align="center", cols="1", grid="none", frame="none"]
20+
|=====
21+
|image:button-continue-developer.png[link=../../04-path-security-and-networking/401-configmaps-and-secrets]
22+
|=====

0 commit comments

Comments
 (0)