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
NGINX UnitとService Meshの未来 / NGINX Unit and Ser...
Search
tnir
May 21, 2018
Technology
0
470
NGINX UnitとService Meshの未来 / NGINX Unit and Service Mesh
Cloud Native Meetup Tokyo #1 @ Cyber Agentで話した資料です。
tnir
May 21, 2018
Tweet
Share
More Decks by tnir
See All by tnir
GitHub Copilot coding agent を推したい / AIDD Nagoya #1
tnir
4
5.2k
Copilot coding agentにベットしたいCTOが開発組織で取り組んだこと / GitHub Copilot coding agent in Team
tnir
0
480
2030年のSREを考える / SRE-in 2030
tnir
0
140
Ruby Guessr was harder to me RubyKaigi 2025
tnir
0
28
Bundler CHECKSUMS
tnir
0
26
Cloud Run & GKE Autopilot (late 2024)
tnir
0
74
A life with Rails 8.0 (beta)
tnir
0
110
Progressive Rails 8.1 (alpha) / progressive-rails-8-1
tnir
0
690
三代目CTO at stmn, inc. / CTO at stmn
tnir
1
7.6k
Other Decks in Technology
See All in Technology
Codexとも仲良く。CodeRabbit CLIの紹介
moongift
PRO
1
230
ビズリーチ求職者検索におけるPLMとLLMの活用 / Search Engineering MEET UP_2-1
visional_engineering_and_design
1
130
20251007: What happens when multi-agent systems become larger? (CyberAgent, Inc)
ornew
1
300
AI時代こそ求められる設計力- AWSクラウドデザインパターン3選で信頼性と拡張性を高める-
kenichirokimura
3
330
生成AI時代のセキュアコーディングとDevSecOps
yuriemori
0
110
Railsの話をしよう
yahonda
0
150
カンファレンスに託児サポートがあるということ / Having Childcare Support at Conferences
nobu09
1
580
「改善」ってこれでいいんだっけ?
ukigmo_hiro
0
150
2025-10-09_プロジェクトマネージャーAIチャンス
taukami
0
150
LLMアプリの地上戦開発計画と運用実践 / 2025.10.15 GPU UNITE 2025
smiyawaki0820
1
570
データ戦略部門 紹介資料
sansan33
PRO
1
3.7k
今この時代に技術とどう向き合うべきか
gree_tech
PRO
2
1.9k
Featured
See All Featured
Embracing the Ebb and Flow
colly
88
4.8k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
115
20k
GitHub's CSS Performance
jonrohan
1032
470k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
How STYLIGHT went responsive
nonsquared
100
5.8k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
Side Projects
sachag
455
43k
Documentation Writing (for coders)
carmenintech
75
5.1k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
45
2.5k
Transcript
NGINX Unitと Service Meshの未来 @tnir - 2018-05-21 - Cloud Native
Meetup Tokyo #1 @Cyber Agent
@tnir Takuya Noguchi Tw: @tn961ir FB: @takuya.noguchi.961 • Co-organizer of
Kaimyacho.k8s & Prometheus Tokyo & Docker Meetup Tokyo • Cloud Native Ambassador, CNCF • Core Team member, GitLab • 20 yrs Software Engineer in Digital Transform
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
{ "listeners": { "*:8300": { "application": "blogs" } }, "applications":
{ "blogs": { "type": "php", "processes": 20, "root": "/www/blogs/scripts", "index": "index.php" } } } $ curl -X PUT -d @/path/to/start.json \ --unix-socket /path/to/control.unit.sock \ http://localhost/config/
$ curl --unix-socket /path/to/control.unit.sock http://localhos { "listeners": { "*:8300": {
"application": "blogs" } }, "applications": { "blogs": { "type": "php", "user": "nobody", "group": "nobody", "root": "/www/blogs/scripts", "index": "index.php" } } }
None
None
None
None
None