Lock in $30 Savings on PRO—Offer Ends Soon! ⏳
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Introduction to InfluxDB 2.0 (Kubernetes London...
Search
David McKay
February 12, 2019
Technology
0
86
Introduction to InfluxDB 2.0 (Kubernetes London - February 2019)
David McKay
February 12, 2019
Tweet
Share
More Decks by David McKay
See All by David McKay
The Telegraf Toolbelt (InfluxDays SF, 2019)
rawkode
0
170
The DShell Pattern (DevOpsDays London 2019)
rawkode
0
220
Cloud Native Telegraf - Cloud Native London (September 2019)
rawkode
0
76
Developing Your Own Flux Packages (InfluxDays London 2019)
rawkode
0
130
Introduction to Time Series (Software Circus, April 2019)
rawkode
0
150
Introduction to Time Series (Cloud Native Kraków, April 2019)
rawkode
0
100
Introduction to Time Series (Cloud Native Wales, April 2019)
rawkode
0
97
Kickass Development Environments with Docker (PHPBenelux 2019)
rawkode
0
130
LaraconEU 2018 - Kickass Development Environments with Docker
rawkode
2
340
Other Decks in Technology
See All in Technology
AWS re:Invent 2025で見たGrafana最新機能の紹介
hamadakoji
0
440
Reinforcement Fine-tuning 基礎〜実践まで
ch6noota
0
200
re:Invent2025 3つの Frontier Agents を紹介 / introducing-3-frontier-agents
tomoki10
0
300
初めてのDatabricks AI/BI Genie
taka_aki
0
230
AI駆動開発の実践とその未来
eltociear
1
390
ウェルネス SaaS × AI、1,000万ユーザーを支える 業界特化 AI プロダクト開発への道のり
hacomono
PRO
0
250
20251219 OpenIDファウンデーション・ジャパン紹介 / OpenID Foundation Japan Intro
oidfj
0
250
WordPress は終わったのか ~今のWordPress の制作手法ってなにがあんねん?~ / Is WordPress Over? How We Build with WordPress Today
tbshiki
2
850
業務のトイルをバスターせよ 〜AI時代の生存戦略〜
staka121
PRO
2
220
AWS運用を効率化する!AWS Organizationsを軸にした一元管理の実践/nikkei-tech-talk-202512
nikkei_engineer_recruiting
0
130
AWS Security Agentの紹介/introducing-aws-security-agent
tomoki10
0
340
Databricks向けJupyter Kernelでデータサイエンティストの開発環境をAI-Readyにする / Data+AI World Tour Tokyo After Party
genda
1
600
Featured
See All Featured
Design of three-dimensional binary manipulators for pick-and-place task avoiding obstacles (IECON2024)
konakalab
0
310
Technical Leadership for Architectural Decision Making
baasie
0
180
We Have a Design System, Now What?
morganepeng
54
7.9k
A Modern Web Designer's Workflow
chriscoyier
698
190k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Six Lessons from altMBA
skipperchong
29
4.1k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.8k
Raft: Consensus for Rubyists
vanstee
141
7.2k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
Have SEOs Ruined the Internet? - User Awareness of SEO in 2025
akashhashmi
0
180
Navigating the moral maze — ethical principles for Al-driven product design
skipperchong
1
200
The innovator’s Mindset - Leading Through an Era of Exponential Change - McGill University 2025
jdejongh
PRO
1
63
Transcript
Kubernetes London (Feb ‘19) @rawkode Introduction to InfluxDB 2.0 Kubernetes
London
Kubernetes London (Feb ‘19) @rawkode David McKay ➔ Containers ➔
Kubernetes ➔ Rust ➔ Elixir ➔ CQRS / Event Sourcing Developer Advocate @InfluxData
Kubernetes London (Feb ‘19) @rawkode
Kubernetes London (Feb ‘19) @rawkode Demo Prep
Kubernetes London (Feb ‘19) @rawkode What is InfluxDB?
Kubernetes London (Feb ‘19) @rawkode What is InfluxDB? The Modern
Engine for Metrics & Events
Kubernetes London (Feb ‘19) @rawkode Metrics ➔ Load=48 ➔ Memory
Usage=62% ➔ Request Latency=124µs ➔ Unscheduled Pods=37 ➔ …
Kubernetes London (Feb ‘19) @rawkode Events ➔ Kafka compaction started
➔ VM died in eu-west1 ➔ Developer deploys million-dollar-app=v1.2.3
Kubernetes London (Feb ‘19) @rawkode Metrics & Events Kafka compaction
started VM died in eu-west1 Developer deploys million-dollar-app=v1.2.3 Load=48 Memory Usage=62% Request Latency=124µs Unscheduled Pods=37
Kubernetes London (Feb ‘19) @rawkode What is InfluxDB? InfluxData provides
the leading time series platform to instrument, observe, learn and automate any system, application and business process across a variety of use cases.
Kubernetes London (Feb ‘19) @rawkode TICK Stack
Kubernetes London (Feb ‘19) @rawkode Telegraf Collector Tiger
Kubernetes London (Feb ‘19) @rawkode InfluxDB Time Series Database I'iwi
Kubernetes London (Feb ‘19) @rawkode Chronograf Dashboarding Giraffe
Kubernetes London (Feb ‘19) @rawkode Chronograf
Kubernetes London (Feb ‘19) @rawkode Metrics & Events
Kubernetes London (Feb ‘19) @rawkode Kapacitor Automation Koala
Kubernetes London (Feb ‘19) @rawkode Well, that was 1.x …
Kubernetes London (Feb ‘19) @rawkode InfluxDB 2.0
Kubernetes London (Feb ‘19) @rawkode InfluxDB 2.0 Single Binary
Kubernetes London (Feb ‘19) @rawkode InfluxDB 2.0 Single Binary ➔
Multi Tenant ➔ Single Consistent Documented API ➔ Official Client Libraries ◆ Ruby ◆ PHP ◆ Go ◆ JS ◆ Python ◆ Kotlin ◆ Java ◆ dotNet ➔ Understands Docker ➔ Understands Kubernetes ➔ Powered by Kubernetes
Kubernetes London (Feb ‘19) @rawkode Flux
Kubernetes London (Feb ‘19) @rawkode Flux Data Scripting Language //
CPU Usage from(bucket:"telegraf/autogen") |> range(start:-1h) |> filter(fn:(r) => r._measurement == "cpu" and r.cpu == "cpu-total" ) |> aggregateWindow(every: 1m, fn: mean)
Kubernetes London (Feb ‘19) @rawkode Flux Data Scripting Language ➔
Available Now! ◆ >= 1.7 ◆ 2.0 (Alpha) ➔ Transpiler from/to InfluxQL ➔ Works with Chronograf & Grafana
Kubernetes London (Feb ‘19) @rawkode ★ fromPrometheus() ★ fromKafka() ★
fromS3() Flux Data Scripting Language
Kubernetes London (Feb ‘19) @rawkode Demo
Kubernetes London (Feb ‘19) @rawkode Questions?