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
270
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
15
T3CB25: MCP – The Duct Tape of the AI era?
martinhelmich
0
60
T3CL25: Cloud-Native TYPO3
martinhelmich
0
41
T3DD25: How to annoy your Hosting Provider
martinhelmich
0
120
NEOSCon25: How to annoy your Hosting Provider
martinhelmich
0
22
T3CON24: Crafting Tomorrow's Tech Talent
martinhelmich
0
83
T3CM24: Load Testing with K6
martinhelmich
1
100
HDC24: A Life without VMs: High-Scale Kubernetes on Bare Metal
martinhelmich
0
58
T3DD24: How to build your own cloud platform
martinhelmich
0
220
Other Decks in Technology
See All in Technology
GitLab Duo Agent Platform + Local LLMサービングで幸せになりたい
jyoshise
0
220
Security Diaries of an Open Source IAM
ahus1
0
210
マルチロールEMが実践する「組織のレジリエンス」を高めるための組織構造と人材配置戦略
coconala_engineer
3
680
マルチプレーンGPUネットワークを実現するシャッフルアーキテクチャの整理と考察
markunet
2
220
タスク管理も1on1も、もう「管理」じゃない ― KiroとBedrock AgentCoreで変わった"判断の仕事"
yusukeshimizu
5
2.4k
vLLM Community Meetup Tokyo #3 オープニングトーク
jpishikawa
0
250
スクリプトの先へ!AIエージェントと組み合わせる モバイルE2Eテスト
error96num
0
130
20260311 技術SWG活動報告(デジタルアイデンティティ人材育成推進WG Ph2 活動報告会)
oidfj
0
150
生成AIの利用とセキュリティ /gen-ai-and-security
mizutani
1
1.5k
JAWS Days 2026 楽しく学ぼう! 認証認可 入門/20260307-jaws-days-novice-lane-auth
opelab
10
1.7k
モブプログラミング再入門 ー 基本から見直す、AI時代のチーム開発の選択肢 ー / A Re-introduction of Mob Programming
takaking22
5
1.1k
Ultra Ethernet (UEC) v1.0 仕様概説
markunet
3
250
Featured
See All Featured
Building a Scalable Design System with Sketch
lauravandoore
463
34k
Java REST API Framework Comparison - PWX 2021
mraible
34
9.2k
A Guide to Academic Writing Using Generative AI - A Workshop
ks91
PRO
0
230
Exploring anti-patterns in Rails
aemeredith
2
290
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
Redefining SEO in the New Era of Traffic Generation
szymonslowik
1
240
Embracing the Ebb and Flow
colly
88
5k
The B2B funnel & how to create a winning content strategy
katarinadahlin
PRO
1
300
Leo the Paperboy
mayatellez
4
1.5k
エンジニアに許された特別な時間の終わり
watany
106
240k
Typedesign – Prime Four
hannesfritz
42
3k
技術選定の審美眼(2025年版) / Understanding the Spiral of Technologies 2025 edition
twada
PRO
118
110k
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