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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
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
最強のAIエージェントを諦めたら品質が上がった話 / how quality improved after giving up on the strongest AI agent
kt2mikan
0
150
オレ達はAWS管理をやりたいんじゃない!開発の生産性を爆アゲしたいんだ!!
wkm2
4
490
Claude Code のコード品質がばらつくので AI に品質保証させる仕組みを作った話 / A story about building a mechanism to have AI ensure quality, because the code quality from Claude Code was inconsistent
nrslib
12
5.5k
JAWS DAYS 2026 楽しく学ぼう!ストレージ 入門
yoshiki0705
2
140
Ultra Ethernet (UEC) v1.0 仕様概説
markunet
3
250
「ストレッチゾーンに挑戦し続ける」ことって難しくないですか? メンバーの持続的成長を支えるEMの環境設計
sansantech
PRO
3
630
OCI技術資料 : コンピュート・サービス 概要
ocise
4
54k
Dr. Werner Vogelsの14年のキーノートから紐解くエンジニアリング組織への処方箋@JAWS DAYS 2026
p0n
1
130
Scrumは歪む — 組織設計の原理原則
dashi
0
110
OCI Security サービス 概要
oracle4engineer
PRO
2
13k
白金鉱業Meetup_Vol.22_Orbital Senseを支える衛星画像のマルチモーダルエンベディングと地理空間のあいまい検索技術
brainpadpr
2
290
OpenClawで回す組織運営
jacopen
3
690
Featured
See All Featured
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
SEO Brein meetup: CTRL+C is not how to scale international SEO
lindahogenes
1
2.4k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
AI Search: Implications for SEO and How to Move Forward - #ShenzhenSEOConference
aleyda
1
1.1k
Leveraging Curiosity to Care for An Aging Population
cassininazir
1
190
[SF Ruby Conf 2025] Rails X
palkan
2
820
The Limits of Empathy - UXLibs8
cassininazir
1
250
Are puppies a ranking factor?
jonoalderson
1
3.1k
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.5k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
47
8k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
12
1.1k
Leading Effective Engineering Teams in the AI Era
addyosmani
9
1.7k
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