May 2019
Intermediate to advanced
442 pages
11h 36m
English
In this example, we're stepping away from the Prometheus Kubernetes Operator we've been using in previous chapters so that we can focus on the Prometheus native service discovery integration for this container orchestration platform. The manifests for getting Prometheus up and running in our Kubernetes test environment can be found, relative to the code repository root path, at the following path:
cd ./chapter12/provision/kubernetes/
The following steps will ensure a new Kubernetes environment with all the required software provisioned so that we can then focus on the service discovery component.
Validate that no other environment is running:
minikube statusminikube delete
Start an empty Kubernetes environment: ...