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
56
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
130
The DShell Pattern (DevOpsDays London 2019)
rawkode
0
190
Cloud Native Telegraf - Cloud Native London (September 2019)
rawkode
0
46
Developing Your Own Flux Packages (InfluxDays London 2019)
rawkode
0
120
Introduction to Time Series (Software Circus, April 2019)
rawkode
0
140
Introduction to Time Series (Cloud Native Kraków, April 2019)
rawkode
0
89
Introduction to Time Series (Cloud Native Wales, April 2019)
rawkode
0
83
Kickass Development Environments with Docker (PHPBenelux 2019)
rawkode
0
100
LaraconEU 2018 - Kickass Development Environments with Docker
rawkode
2
290
Other Decks in Technology
See All in Technology
シフトライトなテスト活動を適切に行うことで、無理な開発をせず、過剰にテストせず、顧客をビックリさせないプロダクトを作り上げているお話 #RSGT2025 / Shift Right
nihonbuson
3
2.1k
駆け出しリーダーとしての第一歩〜開発チームとの新しい関わり方〜 / Beginning Journey as Team Leader
kaonavi
0
120
AWS Community Builderのススメ - みんなもCommunity Builderに応募しよう! -
smt7174
0
170
2025年の挑戦 コーポレートエンジニアの技術広報/techpr5
nishiuma
0
140
Alignment and Autonomy in Cybozu - 300人の開発組織でアラインメントと自律性を両立させるアジャイルな組織運営 / RSGT2025
ama_ch
1
2.4k
RubyでKubernetesプログラミング
sat
PRO
4
160
Cloudflareで実現する AIエージェント ワークフロー基盤
kmd09
0
290
実践! ソフトウェアエンジニアリングの価値の計測 ── Effort、Output、Outcome、Impact
nomuson
0
2.1k
Unsafe.BitCast のすゝめ。
nenonaninu
0
200
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
6
54k
Git scrapingで始める継続的なデータ追跡 / Git Scraping
ohbarye
5
490
[IBM TechXchange Dojo]Watson Discoveryとwatsonx.aiでRAGを実現!座学①
siyuanzh09
0
110
Featured
See All Featured
No one is an island. Learnings from fostering a developers community.
thoeni
19
3.1k
Designing Experiences People Love
moore
139
23k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
3
240
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
How to Think Like a Performance Engineer
csswizardry
22
1.3k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
29
960
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
7
570
Learning to Love Humans: Emotional Interface Design
aarron
274
40k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Mobile First: as difficult as doing things right
swwweet
222
9k
The World Runs on Bad Software
bkeepers
PRO
66
11k
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?