SlideShare a Scribd company logo
Kubernetes Observability with
Prometheus by Example
Thomas Riley
Kubernetes Observability with Prometheus by Example
Today
● Introduction to Prometheus
● Deployment on Kubernetes
● Monitoring Kubernetes
● High Availability Prometheus
● Long Term Storage for
Prometheus
What is Prometheus?
● Prometheus is a metrics oriented Monitoring solution (TSDB & Tooling)
● Released by SoundCloud in 2012
● Prometheus project joined Cloud Native Computing Foundation in 2016
● During 2018, become the second project to graduate from incubation
alongside Kubernetes
What is Prometheus?
Prometheus
Application
Service
Discovery Application
Exporter
Alert
Manager
Grafana
Demo 1
Deploying Prometheus to
Kubernetes
1. Install Prometheus Operator to
a GCP Kubernetes Engine
Cluster
2. Provision an instance of
Prometheus via the Operator
3. Configure Prometheus to
scrape a target
Prometheus Operator
Demo 1...
Summary
● Deployed Prometheus Operator using the community Helm Chart
● Launched an instance of Prometheus using the Customer Resource
Definition (CRD) & Controller from the Operator
● Accessed Prometheus using kubectl port forwarding
● Created a ServiceMonitor object that defined a target to monitor, in this
case Prometheus itself!
● Demonstrated how the Prometheus Operator updated the Prometheus
configuration automatically based on the deployed ServiceMonitor.
Kubernetes Observability with Prometheus by Example
Demo 2
Monitoring Kubernetes
1. Monitoring Kubernetes with
Metrics using:
a. Node Exporter
b. Kube-state-metrics
c. Kubelet / cAdvisor
Demo 2...
Summary
● We used kube-state-metrics for collecting metrics about the state of
resources running within Kubernetes.
● We used the Node Exporter to collect metrics about the health of the
underlying worker nodes and operating systems.
● We collected metrics from Kubelet and cAdvisor that provided insight into
container resource usage.
Highly Un-Available Prometheus
● In our working example we have a
single instance of Prometheus, as
shown in the diagram to the right
● If the Kubernetes worker node
that Prometheus is running on
fails the Pod will temporarily
become unavailable as it is
evicted and launched elsewhere
Targets Targets Targets
Scrape Targets
Highly Available Prometheus
Targets Targets Targets
Prometheus x2
Highly Available!
Scrape Targets,
Twice!
Highly Available Prometheus
Challenges:
• We have two sources of
duplicate metrics!
• Well, so called duplicates
– metrics will vary
between the two slightly!
• Which do we use?
Highly Available Prometheus
Targets Targets Targets
Use a Load Balancer
Load Balancer
Highly Available Prometheus
Targets Targets Targets
Use a Service when
running in K8
Kubernetes Service
Demo 3...
Highly Available Prometheus
Targets Targets Targets
Not without its challenges:
• When you refresh the data,
you will see it change as
metrics will potentially differ
between the two instances
Kubernetes Service
Highly Available Prometheus
Targets Targets Targets
Not without its challenges:
• When you refresh the data,
you will see it change as
metrics will potentially differ
between the two instances
• Use sticky load balancing or
make the second instance a
hot standby
• This solution is becoming
complicated and does not
scale with query load
Kubernetes Service
Prometheus HA with Thanos
“Thanos is a set of components
that can be composed into a highly
available metric system with
unlimited storage capacity”
Prometheus HA with Thanos
Developed and open-sourced by engineers
at London based Improbable
Today, 5 core maintainers from various
organisations.
github.com/improbable-eng/thanos
914 commits, 3.8k GitHub stars, 117 contributors
Prometheus HA with Thanos
Targets Targets Targets
Prometheus HA with Thanos
Targets Targets Targets
Query
2. Thanos Query
makes gRPC
call to Thanos
sidecar for
metrics and
de-duplicates
1. Thanos
sidecar
deployed
alongside
Prometheus in
Kubernetes
Pod using
operator
3. Thanos Query
exposes
Prometheus
HTTP API or
gRPC
Demo 4...
Summary
● Demonstrated the drawbacks of managing multiple instances of
Prometheus in an attempt to improve resilience.
● Shows how Prometheus can successfully be implemented for high
availability using Thanos.
Long Term
Storage
The Challenge:
You want to store months or even
years worth of metrics within
Prometheus.
You still need to be able to query
that data and it be performant. Like,
all the data!
Long Term Storage
Storage
Storage Storage
Long Term
Nightmare?
Long Term Storage
Storage
• Prometheus was initially designed for short
metrics retention, it was designed for
monitoring & alerting on what is happening
‘now’
• Local storage can be expensive, especially if
using SSD
• You want to store years of metrics, will this
scale efficiently with Prometheus?
Long Term Storage
• Remote write/read API
• Prometheus has remote storage APIs
• The complexity of operating Elasticsearch or similar alongside
Prometheus seems somewhat overengineered
Hello again, Thanos!
Long Term Storage with Thanos
Targets Targets Targets
Query
1. Thanos Sidecar
ships metrics to
storage bucket
such as AWS S3
or GCP Storage
Store
2. Thanos Store makes metrics
available via Thanos Store API
for Query
How?
Memory Block
Targets
Targets
Disk Block
Long Term Storage with Thanos
• Significantly reduce storage requirements of each Prometheus instance –
only need to story around 2 to 24 hours of metrics
• Significantly cheaper storing metrics in a bucket versus scaling SSD
storage
• Thanos Compact executes compression of Prometheus TSDB data within
the bucket and also downsamples data for when querying over long time
periods – keeps raw (1m), 5m & 15m samples
• Query automatically de-duplicates data within Prometheus and metrics
store in the storage bucket
• Thanos is built from Prometheus TSDB code – not redesigning the wheel
Demo 5...
Conclusion
● Use Prometheus Operator for making the automation of Prometheus on
Kubernetes easy!
● Collect time series metrics from everywhere in Kubernetes and start
building dashboards to enhance the Observability of your platform and
services!
● Use Thanos for adding resilience and ease of scalability with Prometheus
in Kubernetes.. It is as easy as deploying a sidecar!
observability.thomasriley.co.uk
https://observability.thomasriley.co.uk
Questions?
Thank you for listening!
I have published a series of K8s Observability tutorials at:
https://observability.thomasriley.co.uk
Get in touch:
Mail: contact@thomasriley.co.uk
Slack: Riley @ kubernetes.slack.com
Twitter: @therealriley

More Related Content

What's hot (20)

PDF
Prometheus monitoring
Hien Nguyen Van
 
PDF
Prometheus Overview
Brian Brazil
 
PDF
Improve Monitoring and Observability for Kubernetes with OSS tools
Nilesh Gule
 
PPTX
Using Azure DevOps to continuously build, test, and deploy containerized appl...
Adrian Todorov
 
PPTX
Kubernetes Introduction
Eric Gustafson
 
PPTX
Prometheus - Intro, CNCF, TSDB,PromQL,Grafana
Sridhar Kumar N
 
PDF
Monitoring Kubernetes with Prometheus
Grafana Labs
 
PDF
Prometheus
wyukawa
 
PDF
Server monitoring using grafana and prometheus
Celine George
 
PDF
Kubernetes
erialc_w
 
PDF
Monitoring with prometheus
Kasper Nissen
 
PPTX
Prometheus design and philosophy
Docker, Inc.
 
PDF
Free GitOps Workshop + Intro to Kubernetes & GitOps
Weaveworks
 
PDF
Kubernetes and Prometheus
Weaveworks
 
PDF
Introduction to Kubernetes Workshop
Bob Killen
 
PPTX
MeetUp Monitoring with Prometheus and Grafana (September 2018)
Lucas Jellema
 
PPTX
OpenTelemetry For Architects
Kevin Brockhoff
 
PDF
Getting Started Monitoring with Prometheus and Grafana
Syah Dwi Prihatmoko
 
PDF
OpenShift 4 installation
Robert Bohne
 
PDF
What Is Helm
AMELIAOLIVIA2
 
Prometheus monitoring
Hien Nguyen Van
 
Prometheus Overview
Brian Brazil
 
Improve Monitoring and Observability for Kubernetes with OSS tools
Nilesh Gule
 
Using Azure DevOps to continuously build, test, and deploy containerized appl...
Adrian Todorov
 
Kubernetes Introduction
Eric Gustafson
 
Prometheus - Intro, CNCF, TSDB,PromQL,Grafana
Sridhar Kumar N
 
Monitoring Kubernetes with Prometheus
Grafana Labs
 
Prometheus
wyukawa
 
Server monitoring using grafana and prometheus
Celine George
 
Kubernetes
erialc_w
 
Monitoring with prometheus
Kasper Nissen
 
Prometheus design and philosophy
Docker, Inc.
 
Free GitOps Workshop + Intro to Kubernetes & GitOps
Weaveworks
 
Kubernetes and Prometheus
Weaveworks
 
Introduction to Kubernetes Workshop
Bob Killen
 
MeetUp Monitoring with Prometheus and Grafana (September 2018)
Lucas Jellema
 
OpenTelemetry For Architects
Kevin Brockhoff
 
Getting Started Monitoring with Prometheus and Grafana
Syah Dwi Prihatmoko
 
OpenShift 4 installation
Robert Bohne
 
What Is Helm
AMELIAOLIVIA2
 

Similar to Kubernetes Observability with Prometheus by Example (20)

PPTX
Scaling Prometheus on Kubernetes with Thanos
Thomas Riley
 
PDF
Monitoring with prometheus at scale
Adam Hamsik
 
PDF
Monitoring with prometheus at scale
Juraj Hantak
 
PDF
Build cloud native solution using open source
Nitesh Jadhav
 
PDF
Prometheus kubernetes tech talk
Chandresh Pancholi
 
PPTX
Monitoring kubernetes with prometheus-operator
Lili Cosic
 
PDF
Prometheus - basics
Juraj Hantak
 
PDF
QConSF18 - Disenchantment: Netflix Titus, its Feisty Team, and Daemons
aspyker
 
PPTX
KCD PPT -2025 - Kasun Rathnayaka (2).pptx
KasunRathnayaka10
 
PDF
Nex clipper 1905_summary_eng
Jinyong Kim
 
PDF
Big data Argentina meetup 2020-09: Intro to presto on docker
Federico Palladoro
 
PDF
Monitoring in Big Data Platform - Albert Lewandowski, GetInData
GetInData
 
PPTX
Database as a Service (DBaaS) on Kubernetes
ObjectRocket
 
PDF
Webinar - Nightmares of a Container Orchestration System - Jorg Schad
Codemotion
 
PDF
Webinar: Nightmares of a Container Orchestration System - Jorg Schad
Codemotion
 
PDF
Kubernetes/ EKS - 김광영 (AWS 솔루션즈 아키텍트)
Amazon Web Services Korea
 
PDF
Monitoring Kubernetes with Prometheus (Kubernetes Ireland, 2016)
Brian Brazil
 
PDF
DockerCon SF 2015 : Reliably shipping containers in a resource rich world usi...
Docker, Inc.
 
PDF
Running & Monitoring Docker at Scale
Datadog
 
PPTX
Data for all: Empowering teams with scalable Shiny applications @ useR 2019
Ruan Pearce-Authers
 
Scaling Prometheus on Kubernetes with Thanos
Thomas Riley
 
Monitoring with prometheus at scale
Adam Hamsik
 
Monitoring with prometheus at scale
Juraj Hantak
 
Build cloud native solution using open source
Nitesh Jadhav
 
Prometheus kubernetes tech talk
Chandresh Pancholi
 
Monitoring kubernetes with prometheus-operator
Lili Cosic
 
Prometheus - basics
Juraj Hantak
 
QConSF18 - Disenchantment: Netflix Titus, its Feisty Team, and Daemons
aspyker
 
KCD PPT -2025 - Kasun Rathnayaka (2).pptx
KasunRathnayaka10
 
Nex clipper 1905_summary_eng
Jinyong Kim
 
Big data Argentina meetup 2020-09: Intro to presto on docker
Federico Palladoro
 
Monitoring in Big Data Platform - Albert Lewandowski, GetInData
GetInData
 
Database as a Service (DBaaS) on Kubernetes
ObjectRocket
 
Webinar - Nightmares of a Container Orchestration System - Jorg Schad
Codemotion
 
Webinar: Nightmares of a Container Orchestration System - Jorg Schad
Codemotion
 
Kubernetes/ EKS - 김광영 (AWS 솔루션즈 아키텍트)
Amazon Web Services Korea
 
Monitoring Kubernetes with Prometheus (Kubernetes Ireland, 2016)
Brian Brazil
 
DockerCon SF 2015 : Reliably shipping containers in a resource rich world usi...
Docker, Inc.
 
Running & Monitoring Docker at Scale
Datadog
 
Data for all: Empowering teams with scalable Shiny applications @ useR 2019
Ruan Pearce-Authers
 
Ad

Recently uploaded (20)

PDF
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
PDF
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
PDF
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
PPTX
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PDF
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PDF
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PPTX
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
PDF
From Code to Challenge: Crafting Skill-Based Games That Engage and Reward
aiyshauae
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PDF
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
PDF
IoT-Powered Industrial Transformation – Smart Manufacturing to Connected Heal...
Rejig Digital
 
PPTX
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PPTX
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
From Code to Challenge: Crafting Skill-Based Games That Engage and Reward
aiyshauae
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
IoT-Powered Industrial Transformation – Smart Manufacturing to Connected Heal...
Rejig Digital
 
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
Ad

Kubernetes Observability with Prometheus by Example

  • 3. Today ● Introduction to Prometheus ● Deployment on Kubernetes ● Monitoring Kubernetes ● High Availability Prometheus ● Long Term Storage for Prometheus
  • 4. What is Prometheus? ● Prometheus is a metrics oriented Monitoring solution (TSDB & Tooling) ● Released by SoundCloud in 2012 ● Prometheus project joined Cloud Native Computing Foundation in 2016 ● During 2018, become the second project to graduate from incubation alongside Kubernetes
  • 5. What is Prometheus? Prometheus Application Service Discovery Application Exporter Alert Manager Grafana
  • 6. Demo 1 Deploying Prometheus to Kubernetes 1. Install Prometheus Operator to a GCP Kubernetes Engine Cluster 2. Provision an instance of Prometheus via the Operator 3. Configure Prometheus to scrape a target
  • 9. Summary ● Deployed Prometheus Operator using the community Helm Chart ● Launched an instance of Prometheus using the Customer Resource Definition (CRD) & Controller from the Operator ● Accessed Prometheus using kubectl port forwarding ● Created a ServiceMonitor object that defined a target to monitor, in this case Prometheus itself! ● Demonstrated how the Prometheus Operator updated the Prometheus configuration automatically based on the deployed ServiceMonitor.
  • 11. Demo 2 Monitoring Kubernetes 1. Monitoring Kubernetes with Metrics using: a. Node Exporter b. Kube-state-metrics c. Kubelet / cAdvisor
  • 13. Summary ● We used kube-state-metrics for collecting metrics about the state of resources running within Kubernetes. ● We used the Node Exporter to collect metrics about the health of the underlying worker nodes and operating systems. ● We collected metrics from Kubelet and cAdvisor that provided insight into container resource usage.
  • 14. Highly Un-Available Prometheus ● In our working example we have a single instance of Prometheus, as shown in the diagram to the right ● If the Kubernetes worker node that Prometheus is running on fails the Pod will temporarily become unavailable as it is evicted and launched elsewhere Targets Targets Targets Scrape Targets
  • 15. Highly Available Prometheus Targets Targets Targets Prometheus x2 Highly Available! Scrape Targets, Twice!
  • 16. Highly Available Prometheus Challenges: • We have two sources of duplicate metrics! • Well, so called duplicates – metrics will vary between the two slightly! • Which do we use?
  • 17. Highly Available Prometheus Targets Targets Targets Use a Load Balancer Load Balancer
  • 18. Highly Available Prometheus Targets Targets Targets Use a Service when running in K8 Kubernetes Service
  • 20. Highly Available Prometheus Targets Targets Targets Not without its challenges: • When you refresh the data, you will see it change as metrics will potentially differ between the two instances Kubernetes Service
  • 21. Highly Available Prometheus Targets Targets Targets Not without its challenges: • When you refresh the data, you will see it change as metrics will potentially differ between the two instances • Use sticky load balancing or make the second instance a hot standby • This solution is becoming complicated and does not scale with query load Kubernetes Service
  • 22. Prometheus HA with Thanos “Thanos is a set of components that can be composed into a highly available metric system with unlimited storage capacity”
  • 23. Prometheus HA with Thanos Developed and open-sourced by engineers at London based Improbable Today, 5 core maintainers from various organisations. github.com/improbable-eng/thanos 914 commits, 3.8k GitHub stars, 117 contributors
  • 24. Prometheus HA with Thanos Targets Targets Targets
  • 25. Prometheus HA with Thanos Targets Targets Targets Query 2. Thanos Query makes gRPC call to Thanos sidecar for metrics and de-duplicates 1. Thanos sidecar deployed alongside Prometheus in Kubernetes Pod using operator 3. Thanos Query exposes Prometheus HTTP API or gRPC
  • 27. Summary ● Demonstrated the drawbacks of managing multiple instances of Prometheus in an attempt to improve resilience. ● Shows how Prometheus can successfully be implemented for high availability using Thanos.
  • 28. Long Term Storage The Challenge: You want to store months or even years worth of metrics within Prometheus. You still need to be able to query that data and it be performant. Like, all the data!
  • 31. Long Term Storage Storage • Prometheus was initially designed for short metrics retention, it was designed for monitoring & alerting on what is happening ‘now’ • Local storage can be expensive, especially if using SSD • You want to store years of metrics, will this scale efficiently with Prometheus?
  • 32. Long Term Storage • Remote write/read API • Prometheus has remote storage APIs • The complexity of operating Elasticsearch or similar alongside Prometheus seems somewhat overengineered
  • 34. Long Term Storage with Thanos Targets Targets Targets Query 1. Thanos Sidecar ships metrics to storage bucket such as AWS S3 or GCP Storage Store 2. Thanos Store makes metrics available via Thanos Store API for Query
  • 36. Long Term Storage with Thanos • Significantly reduce storage requirements of each Prometheus instance – only need to story around 2 to 24 hours of metrics • Significantly cheaper storing metrics in a bucket versus scaling SSD storage • Thanos Compact executes compression of Prometheus TSDB data within the bucket and also downsamples data for when querying over long time periods – keeps raw (1m), 5m & 15m samples • Query automatically de-duplicates data within Prometheus and metrics store in the storage bucket • Thanos is built from Prometheus TSDB code – not redesigning the wheel
  • 38. Conclusion ● Use Prometheus Operator for making the automation of Prometheus on Kubernetes easy! ● Collect time series metrics from everywhere in Kubernetes and start building dashboards to enhance the Observability of your platform and services! ● Use Thanos for adding resilience and ease of scalability with Prometheus in Kubernetes.. It is as easy as deploying a sidecar!
  • 40. Questions? Thank you for listening! I have published a series of K8s Observability tutorials at: https://observability.thomasriley.co.uk Get in touch: Mail: [email protected] Slack: Riley @ kubernetes.slack.com Twitter: @therealriley