1
1
# Linux.com Kubernetes CI/CD Blog Series by Kenzan
2
2
3
- [ Linux.com Part 1] ( https://www.linux.com/blog/learn/chapter/Intro-to-Kubernetes/2017/5/set-cicd-pipeline-kubernetes-part-1-overview )
4
-
5
- [ Linux.com Part 2] ( https://www.linux.com/blog/learn/chapter/Intro-to-Kubernetes/2017/6/set-cicd-pipeline-jenkins-pod-kubernetes-part-2 )
6
-
7
3
To generate this readme: ` node readme.js `
8
4
9
5
## Interactive Tutorial Version
@@ -30,18 +26,15 @@ Begin the desired section:
30
26
31
27
32
28
To complete the tutorial manually, follow the steps below.
33
- ## Part 1
34
-
35
-
36
- ### Part 1
37
29
38
30
31
+ ## Part 1
39
32
40
33
#### Step1
41
34
42
35
Start up the Kubernetes cluster with Minikube, giving it some extra resources.
43
36
44
- ` minikube start --memory 8000 --cpus 2 --kubernetes-version v1.6.0 `
37
+ ` minikube start --memory 8000 --cpus 2 `
45
38
46
39
#### Step2
47
40
@@ -131,12 +124,9 @@ With the image in our cluster registry, the last thing to do is apply the manife
131
124
132
125
Launch a web browser and view the service.
133
126
134
- ` minikube service hello-kenzan ` ## Part 2
135
-
136
-
137
- ### Part 2
138
-
127
+ ` minikube service hello-kenzan `
139
128
129
+ ## Part 2
140
130
141
131
#### Step1
142
132
@@ -202,12 +192,9 @@ Now view the Hello-Kenzan application.
202
192
203
193
Push a change to your fork. Run job again. View the changes.
204
194
205
- ` minikube service hello-kenzan ` ## Part 3
206
-
207
-
208
- ### Part 3
209
-
195
+ ` minikube service hello-kenzan `
210
196
197
+ ## Part 3
211
198
212
199
#### Step1
213
200
@@ -333,12 +320,9 @@ Check out all the pods that are running.
333
320
334
321
Start the web application in your default browser. You may have to refresh your browser so that the puzzle appears properly.
335
322
336
- ` minikube service kr8sswordz ` ## Part 4
337
-
338
-
339
- ### Part 4
340
-
323
+ ` minikube service kr8sswordz `
341
324
325
+ ## Part 4
342
326
343
327
#### Step1
344
328
@@ -416,4 +400,4 @@ After it triggers, observe how the puzzle services disappear in the Kr8sswordz P
416
400
417
401
Try clicking Submit to test that hits now register as light green.
418
402
419
- ` echo '' `
403
+ ` echo '' `
0 commit comments