Labs
This section will show you how to implement some of the techniques that were covered in this chapter using the simplestlab
three-tier application in Kubernetes. We will deploy a complete observability platform, including Grafana, Prometheus, and Loki, and prepare some exporters for our application’s components.
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 steps required for running the labs are included in the Containers-for-Developers-Handbook/Chapter12
directory. All the manifests required for the labs are included in the code repository. Detailed instructions for running the labs are included...