Labs
In this section, we will use some of the resources presented to improve our simplestlab
application. We will include sensitive data in a Secret resource, NGINX configurations in a ConfigMap resource, and a simple StorageClass resource to implement a PV resource and a PVC resource to present storage for our StatefulSet resource.
The code for all the 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 have already downloaded the repository. All the manifests and the steps required for adding storage to the simplestlab
application are located inside the Containers-for-Developers-Handbook/Chapter10
directory.
This section will show you how to implement different volume solutions on the simplestlab
tier...