January 2019
Intermediate to advanced
484 pages
11h 48m
English
The templates we've prepared for this chapter can be found at the following link: https://github.com/PacktPublishing/DevOps-with-Kubernetes-Second-Edition/tree/master/chapter7.
Under 7-1_prometheus are the manifests of components to be used for this section, including a Prometheus deployment, exporters, and related resources. These will be deployed at a dedicated namespace, monitoring, except those components required to work in kube-system namespaces. Please review them carefully. For now, let's create our resources in the following order:
$ kubectl apply -f monitoring-ns.yml$ kubectl apply -f prometheus/configs/prom-config-default.yml$ kubectl apply -f prometheus
The resource usage, such as storage and memory, at the ...
Read now
Unlock full access