Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
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
89
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
80
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
140
LaraconEU 2018 - Kickass Development Environments with Docker
rawkode
2
340
Other Decks in Technology
See All in Technology
First-Principles-of-Scrum
hiranabe
1
230
AWS re:Invent2025最新動向まとめ(NRIグループre:Cap 2025)
gamogamo
0
150
「アウトプット脳からユーザー価値脳へ」がそんなに簡単にできたら苦労しない #RSGT2026
aki_iinuma
6
1.8k
TED_modeki_共創ラボ_20251203.pdf
iotcomjpadmin
0
190
AI with TiDD
shiraji
1
330
Keynoteから見るAWSの頭の中
nrinetcom
PRO
1
160
「駆動」って言葉、なんかカッコイイ_Mitz
comucal
PRO
0
130
RALGO AIを組織に組み込む方法 -アルゴリズム中心組織設計- #RSGT2026 / RALGO: How to Integrate AI into an Organization – Algorithm-Centric Organizational Design
kyonmm
PRO
2
120
フィッシュボウルのやり方 / How to do a fishbowl
pauli
2
440
re:Invent2025 セッションレポ ~Spec-driven development with Kiro~
nrinetcom
PRO
2
160
AI駆動開発ライフサイクル(AI-DLC)の始め方
ryansbcho79
0
280
I tried making a solo advent calendar!
zzzzico
0
120
Featured
See All Featured
What's in a price? How to price your products and services
michaelherold
246
13k
Product Roadmaps are Hard
iamctodd
PRO
55
12k
Designing for Timeless Needs
cassininazir
0
110
Stop Working from a Prison Cell
hatefulcrawdad
273
21k
Agile Actions for Facilitating Distributed Teams - ADO2019
mkilby
0
100
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
659
61k
Data-driven link building: lessons from a $708K investment (BrightonSEO talk)
szymonslowik
1
860
Making Projects Easy
brettharned
120
6.5k
職位にかかわらず全員がリーダーシップを発揮するチーム作り / Building a team where everyone can demonstrate leadership regardless of position
madoxten
54
48k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Neural Spatial Audio Processing for Sound Field Analysis and Control
skoyamalab
0
140
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
35
2.3k
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?