Labs
In this section, we show you how to work through the implementation of the Ingress resources for the simplestlab
Tier-3 application, prepared for Kubernetes in Chapter 9, Implementing Architecture Patterns, and improved upon in Chapter 10, Leveraging Application Data Management in Kubernetes. Manifests for all the resources have been prepared for you in this book’s GitHub repository at https://github.com/PacktPublishing/Containers-for-Developers-Handbook.git and can be found in the Chapter11
folder. Ensure you have the latest revision available by simply executing git clone
to download all its content, or use git pull
if you have already downloaded the repository before. All the manifests and steps required for running the simplestlab
application are located inside the Containers-for-Developers-Handbook/Chapter11/simplestlab
directory, while all the manifests for Ingress and NetworkPolicy resources can be found directly in the Chapter11
folder.
These labs will help you...