We'll start the practical section of the chapter by going to the vfarcic/k8s-specs repository and by making sure that we have the latest revision.
All the commands from this chapter are available in the 07-jenkins-cdp.sh (https://gist.github.com/vfarcic/d0cbca319360eb000098383a09fd65f7) Gist.
1 cd k8s-specs
2 3 git pull
Next, we'll merge your go-demo-3 fork with the upstream. If you forgot the commands, they are available in the go-demo-3-merge.sh (https://gist.github.com/vfarcic/171172b69bb75903016f0676a8fe9388) gist.
It is imperative that you change all the references of vfarcic/go-demo-3 to the address of the image in your Docker Hub account. If, for example, your hub user is jdoe, you should change all vfarcic/go-demo-3 references to jdoe/go-demo-3. Even though I invite you to apply the modifications to all the files of the repository, the...