Labs
This section will show you how to deploy the simplestlab
three-tier application in Kubernetes. Manifests for all its components have been prepared for you while following the techniques and Kubernetes resources explained in this chapter. You will be able to verify the usage of the different options and you will able to play with them to review the content and best practices described in this chapter.
The code for these labs is available in this book’s GitHub repository at https://github.com/PacktPublishing/Containers-for-Developers-Handbook.git. Ensure you have the latest revision available by simply executing git clone
https://github.com/PacktPublishing/Containers-for-Developers-Handbook.git to download all its content, or git pull
if you’ve already downloaded the repository before. All the manifests and the steps required for running simplestlab
are located inside the Containers-for-Developers-Handbook/Chapter9
directory.
In the labs in GitHub, we will deploy...