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
ContaoConference19: Kubernetes War Stories
Search
Martin Helmich
October 10, 2019
Technology
0
260
ContaoConference19: Kubernetes War Stories
Slides of my presentation at the Contao Conference 2019 in Duisburg.
Martin Helmich
October 10, 2019
Tweet
Share
More Decks by Martin Helmich
See All by Martin Helmich
T3CB25: MCP – The Duct Tape of the AI era?
martinhelmich
0
25
T3CL25: Cloud-Native TYPO3
martinhelmich
0
4
T3DD25: How to annoy your Hosting Provider
martinhelmich
0
110
NEOSCon25: How to annoy your Hosting Provider
martinhelmich
0
14
T3CON24: Crafting Tomorrow's Tech Talent
martinhelmich
0
56
T3CM24: Load Testing with K6
martinhelmich
1
82
HDC24: A Life without VMs: High-Scale Kubernetes on Bare Metal
martinhelmich
0
44
T3DD24: How to build your own cloud platform
martinhelmich
0
180
T3DD24: The Art of Deployment
martinhelmich
0
240
Other Decks in Technology
See All in Technology
プロダクト開発と社内データ活用での、BI×AIの現在地 / Data_Findy
sansan_randd
0
170
AI時代の開発を加速する組織づくり - ブログでは書けなかったリアル
hiro8ma
1
320
クラウドとリアルの融合により、製造業はどう変わるのか?〜クラスメソッドの製造業への取組と共に〜
hamadakoji
0
430
20251024_TROCCO/COMETAアップデート紹介といくつかデモもやります!_#p_UG 東京:データ活用が進む組織の作り方
soysoysoyb
0
110
Open Table Format (OTF) が必要になった背景とその機能 (2025.10.28)
simosako
2
300
会社を支える Pythonという言語戦略 ~なぜPythonを主要言語にしているのか?~
curekoshimizu
3
770
Implementing and Evaluating a High-Level Language with WasmGC and the Wasm Component Model: Scala’s Case
tanishiking
0
190
OSSで50の競合と戦うためにやったこと
yamadashy
3
990
SOTA競争から人間を超える画像認識へ
shinya7y
0
550
事業開発におけるDify活用事例
kentarofujii
5
1.5k
AI時代、“平均値”ではいられない
uhyo
8
2.6k
GraphRAG グラフDBを使ったLLM生成(自作漫画DBを用いた具体例を用いて)
seaturt1e
1
150
Featured
See All Featured
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
A Tale of Four Properties
chriscoyier
161
23k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
116
20k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
640
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.6k
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Optimizing for Happiness
mojombo
379
70k
Code Reviewing Like a Champion
maltzj
526
40k
Transcript
KUBERNETES WAR STORIES CONTAO CONFERENCE 2019 - DUISBURG CC-0, William
Clarkson Stanfield https://commons.wikimedia.org/wiki/File:The_Battle_of_Trafalgar_by_William_Clarkson_Stanfield.jpg
http://stackoverflow.com/story/martinhelmich https://github.com/martin-helmich https://www.martin-helmich.de
None
None
https://www.youtube.com/watch?v=rRy0bRv12M0
None
None
KUBERNETES
https://kubernetes.io/
None
YOUR PROJECT EXPECTED TRAFFIC
ACTUAL TRAFFIC YOUR PROJECT
None
None
None
None
services: contao.cache: - class: Doctrine\Common\Cache\FilesystemCache + class: Doctrine\Common\Cache\RedisCache arguments: -
- "%kernel.cache_dir%/contao/cache" - - "" - - 0022 + - "@myapp.redis" [Session] -session.save_handler = files -session.save_path = /var/lib/php7/sessions +session.save_handler = redis +session.save_path = "tcp://<redis-url>:6379"
None
None
None
None
https://github.com/kelseyhightower/kubernetes-the-hard-way
https://rancher.com
None
None
None