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
210
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
T3CM24: Load Testing with K6
martinhelmich
1
19
HDC24: A Life without VMs: High-Scale Kubernetes on Bare Metal
martinhelmich
0
15
T3DD24: How to build your own cloud platform
martinhelmich
0
95
T3DD24: The Art of Deployment
martinhelmich
0
140
SLAC2024: 1001 Ways to Shoot Yourself in the Foot with On-Prem Kubernetes
martinhelmich
0
53
Breaking Barriers: Content Management Systems and Accessibility
martinhelmich
0
200
ContaoConference23: The Anatomy Of A Docker Image
martinhelmich
0
150
T3CON23: Breaking the knot between Deployment and Infrastructure
martinhelmich
0
140
T3DD23: The Anatomy Of A Docker Image
martinhelmich
0
270
Other Decks in Technology
See All in Technology
20241120_JAWS_東京_ランチタイムLT#17_AWS認定全冠の先へ
tsumita
2
300
個人でもIAM Identity Centerを使おう!(アクセス管理編)
ryder472
4
240
開発生産性を上げながらビジネスも30倍成長させてきたチームの姿
kamina_zzz
2
1.7k
OTelCol_TailSampling_and_SpanMetrics
gumamon
1
220
BLADE: An Attempt to Automate Penetration Testing Using Autonomous AI Agents
bbrbbq
0
320
Python(PYNQ)がテーマのAMD主催のFPGAコンテストに参加してきた
iotengineer22
0
530
Zennのパフォーマンスモニタリングでやっていること
ryosukeigarashi
0
180
ノーコードデータ分析ツールで体験する時系列データ分析超入門
negi111111
0
420
Platform Engineering for Software Developers and Architects
syntasso
1
520
Amplify Gen2 Deep Dive / バックエンドの型をいかにしてフロントエンドへ伝えるか #TSKaigi #TSKaigiKansai #AWSAmplifyJP
tacck
PRO
0
390
あなたの知らない Function.prototype.toString() の世界
mizdra
PRO
1
230
マルチモーダル / AI Agent / LLMOps 3つの技術トレンドで理解するLLMの今後の展望
hirosatogamo
37
12k
Featured
See All Featured
Practical Orchestrator
shlominoach
186
10k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
38
1.8k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
0
110
What's in a price? How to price your products and services
michaelherold
243
12k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
159
15k
Put a Button on it: Removing Barriers to Going Fast.
kastner
59
3.5k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
126
18k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
A designer walks into a library…
pauljervisheath
204
24k
Music & Morning Musume
bryan
46
6.2k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
6.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