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
100
NEOSCon25: How to annoy your Hosting Provider
martinhelmich
0
14
T3CON24: Crafting Tomorrow's Tech Talent
martinhelmich
0
54
T3CM24: Load Testing with K6
martinhelmich
1
79
HDC24: A Life without VMs: High-Scale Kubernetes on Bare Metal
martinhelmich
0
40
T3DD24: How to build your own cloud platform
martinhelmich
0
180
T3DD24: The Art of Deployment
martinhelmich
0
230
SLAC2024: 1001 Ways to Shoot Yourself in the Foot with On-Prem Kubernetes
martinhelmich
0
75
Breaking Barriers: Content Management Systems and Accessibility
martinhelmich
0
260
Other Decks in Technology
See All in Technology
Azure Well-Architected Framework入門
tomokusaba
1
350
[Keynote] What do you need to know about DevEx in 2025
salaboy
0
140
PLaMoの事後学習を支える技術 / PFN LLMセミナー
pfn
PRO
9
4k
Adminaで実現するISMS/SOC2運用の効率化 〜 アカウント管理編 〜
shonansurvivors
4
420
"プロポーザルってなんか怖そう"という境界を超えてみた@TSUDOI by giftee Tech #1
shilo113
0
160
カンファレンスに託児サポートがあるということ / Having Childcare Support at Conferences
nobu09
1
480
業務効率化をさらに加速させる、ノーコードツールとStep Functionsのハイブリッド化
smt7174
2
110
スタートアップにおけるこれからの「データ整備」
shomaekawa
2
340
extension 現場で使えるXcodeショートカット一覧
ktombow
0
220
オープンソースでどこまでできる?フォーマル検証チャレンジ
msyksphinz
0
120
10年の共創が示す、これからの開発者と企業の関係 ~ Crossroad
soracom
PRO
1
670
from Sakichi Toyoda to Agile
kawaguti
PRO
1
100
Featured
See All Featured
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
How to Ace a Technical Interview
jacobian
280
24k
A Tale of Four Properties
chriscoyier
160
23k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
45
2.5k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
4 Signs Your Business is Dying
shpigford
185
22k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
860
GraphQLとの向き合い方2022年版
quramy
49
14k
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