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
0
3
HDC24: A Life without VMs: High-Scale Kubernetes on Bare Metal
martinhelmich
0
9
T3DD24: How to build your own cloud platform
martinhelmich
0
59
T3DD24: The Art of Deployment
martinhelmich
0
120
SLAC2024: 1001 Ways to Shoot Yourself in the Foot with On-Prem Kubernetes
martinhelmich
0
52
Breaking Barriers: Content Management Systems and Accessibility
martinhelmich
0
180
ContaoConference23: The Anatomy Of A Docker Image
martinhelmich
0
140
T3CON23: Breaking the knot between Deployment and Infrastructure
martinhelmich
0
140
T3DD23: The Anatomy Of A Docker Image
martinhelmich
0
250
Other Decks in Technology
See All in Technology
再考 アクターモデル/ reconsider actor model
ytake
0
350
LINEヤフーのフロントエンド組織・体制の紹介
lycorp_recruit_jp
1
1.2k
PDF Viewer作成の今までとこれから
hunachi
0
450
LLVM/ASMを使った有限体の高速実装
herumi
0
120
プログラム検証入門
riru
6
870
Segment Anything Model 2
tenten0727
3
690
The XZ Backdoor Story
fr0gger
0
3.6k
技術的負債解消の取り組みと専門チームのお話
bengo4com
0
330
eBPFのこれまでとこれから
yutarohayakawa
10
3.2k
株式会社EventHub・エンジニア採用資料
eventhub
0
2.9k
SORACOMで実現するIoTのマルチクラウド対応 - IoTでのクリーンアーキテクチャの実現 -
kenichirokimura
0
390
『GRANBLUE FANTASY Relink』ソフトウェアラスタライザによる実践的なオクルージョンカリング
cygames
0
170
Featured
See All Featured
Code Review Best Practice
trishagee
62
16k
The Straight Up "How To Draw Better" Workshop
denniskardys
230
130k
What the flash - Photography Introduction
edds
67
11k
From Idea to $5000 a Month in 5 Months
shpigford
379
46k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
36
1.7k
The Power of CSS Pseudo Elements
geoffreycrofte
71
5.3k
Making Projects Easy
brettharned
113
5.8k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
29
2.6k
How GitHub (no longer) Works
holman
310
140k
Testing 201, or: Great Expectations
jmmastey
36
7k
jQuery: Nuts, Bolts and Bling
dougneiner
61
7.4k
The World Runs on Bad Software
bkeepers
PRO
64
11k
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