$30 off During Our Annual Pro Sale. View Details »
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
T3CON25: AI is eating your servers... and your CMS
martinhelmich
0
1
T3CB25: MCP – The Duct Tape of the AI era?
martinhelmich
0
43
T3CL25: Cloud-Native TYPO3
martinhelmich
0
10
T3DD25: How to annoy your Hosting Provider
martinhelmich
0
110
NEOSCon25: How to annoy your Hosting Provider
martinhelmich
0
18
T3CON24: Crafting Tomorrow's Tech Talent
martinhelmich
0
62
T3CM24: Load Testing with K6
martinhelmich
1
86
HDC24: A Life without VMs: High-Scale Kubernetes on Bare Metal
martinhelmich
0
49
T3DD24: How to build your own cloud platform
martinhelmich
0
190
Other Decks in Technology
See All in Technology
小規模チームによる衛星管制システムの開発とスケーラビリティの実現
sankichi92
0
160
PostgreSQL で列データ”ファイル”を利用する ~Arrow/Parquet を統合したデータベースの作成~
kaigai
0
180
Symfony AI in Action
el_stoffel
2
230
Digital omtanke på Internetdagarna 2025
axbom
PRO
0
140
AI時代のインシデント対応 〜時代を切り抜ける、組織アーキテクチャ〜
jacopen
4
170
IaC を使いたくないけどポリシー管理をどうにかしたい
kazzpapa3
1
180
TypeScript×CASLでつくるSaaSの認可 / Authz with CASL
saka2jp
2
160
MySQL AIとMySQL Studioを使ってみよう
ikomachi226
0
110
type-challenges を全問解いたのでエッセンスと推し問題を紹介してみる
kworkdev
PRO
0
140
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
21k
【保存版】「ガチャ」からの脱却:Gemini × Veoで作る、意図を反映するAI動画制作ワークフロー
nekoailab
0
120
翻訳・対話・越境で強いチームワークを作ろう! / Building Strong Teamwork through Interpretation, Dialogue, and Border-Crossing
ar_tama
1
570
Featured
See All Featured
Speed Design
sergeychernyshev
33
1.3k
Building Applications with DynamoDB
mza
96
6.8k
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
Writing Fast Ruby
sferik
630
62k
Typedesign – Prime Four
hannesfritz
42
2.9k
It's Worth the Effort
3n
187
29k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
11
950
Reflections from 52 weeks, 52 projects
jeffersonlam
355
21k
Raft: Consensus for Rubyists
vanstee
140
7.2k
Why You Should Never Use an ORM
jnunemaker
PRO
60
9.6k
For a Future-Friendly Web
brad_frost
180
10k
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