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
T3DD25: How to annoy your Hosting Provider
martinhelmich
0
60
NEOSCon25: How to annoy your Hosting Provider
martinhelmich
0
10
T3CON24: Crafting Tomorrow's Tech Talent
martinhelmich
0
50
T3CM24: Load Testing with K6
martinhelmich
1
74
HDC24: A Life without VMs: High-Scale Kubernetes on Bare Metal
martinhelmich
0
37
T3DD24: How to build your own cloud platform
martinhelmich
0
170
T3DD24: The Art of Deployment
martinhelmich
0
230
SLAC2024: 1001 Ways to Shoot Yourself in the Foot with On-Prem Kubernetes
martinhelmich
0
71
Breaking Barriers: Content Management Systems and Accessibility
martinhelmich
0
260
Other Decks in Technology
See All in Technology
AWSで推進するデータマネジメント
kawanago
1
1.3k
下手な強制、ダメ!絶対! 「ガードレール」を「檻」にさせない"ガバナンス"の取り方とは?
tsukaman
2
420
Rustから学ぶ 非同期処理の仕組み
skanehira
1
130
JTCにおける内製×スクラム開発への挑戦〜内製化率95%達成の舞台裏/JTC's challenge of in-house development with Scrum
aeonpeople
0
190
「どこから読む?」コードとカルチャーに最速で馴染むための実践ガイド
zozotech
PRO
0
290
2025年になってもまだMySQLが好き
yoku0825
8
4.6k
これでもう迷わない!Jetpack Composeの書き方実践ガイド
zozotech
PRO
0
310
バッチ処理で悩むバックエンドエンジニアに捧げるAWS Glue入門
diggymo
3
190
Language Update: Java
skrb
2
290
20250910_障害注入から効率的復旧へ_カオスエンジニアリング_生成AIで考えるAWS障害対応.pdf
sh_fk2
3
220
Flutterでキャッチしないエラーはどこに行く
taiju59
0
230
COVESA VSSによる車両データモデルの標準化とAWS IoT FleetWiseの活用
osawa
1
260
Featured
See All Featured
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
840
Large-scale JavaScript Application Architecture
addyosmani
512
110k
The Power of CSS Pseudo Elements
geoffreycrofte
77
6k
Why Our Code Smells
bkeepers
PRO
339
57k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
580
Writing Fast Ruby
sferik
628
62k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Side Projects
sachag
455
43k
Thoughts on Productivity
jonyablonski
70
4.8k
Bash Introduction
62gerente
615
210k
Designing for Performance
lara
610
69k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
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