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
460
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
2030年のSREを考える / SRE-in 2030
tnir
0
87
Ruby Guessr was harder to me RubyKaigi 2025
tnir
0
12
Bundler CHECKSUMS
tnir
0
17
Cloud Run & GKE Autopilot (late 2024)
tnir
0
56
A life with Rails 8.0 (beta)
tnir
0
100
Progressive Rails 8.1 (alpha) / progressive-rails-8-1
tnir
0
560
三代目CTO at stmn, inc. / CTO at stmn
tnir
1
7.2k
Teach programming with Postman 101
tnir
0
31
Cloud-agnostic Serverless built with GitLab
tnir
0
380
Other Decks in Technology
See All in Technology
Claude Code に プロジェクト管理やらせたみた
unson
6
4.2k
United airlines®️ USA Contact Numbers: Complete 2025 Support Guide
unitedflyhelp
0
310
SaaS型なのに自由度の高い本格CMSでサイト構築と運用のコスパ&タイパUP! MovableType.net の便利機能とユーザー事例のご紹介
masakah
0
110
Delta airlines®️ USA Contact Numbers: Complete 2025 Support Guide
airtravelguide
0
340
使いたいMCPサーバーはWeb APIをラップして自分で作る #QiitaBash
bengo4com
0
2k
タイミーのデータモデリング事例と今後のチャレンジ
ttccddtoki
6
2.4k
無意味な開発生産性の議論から抜け出すための予兆検知とお金とAI
i35_267
4
13k
FOSS4G 2025 KANSAI QGISで点群データをいろいろしてみた
kou_kita
0
400
Geminiとv0による高速プロトタイピング
shinya337
1
270
開発生産性を組織全体の「生産性」へ! 部門間連携の壁を越える実践的ステップ
sudo5in5k
2
7.2k
Getting to Know Your Legacy (System) with AI-Driven Software Archeology (WeAreDevelopers World Congress 2025)
feststelltaste
1
130
LLM時代の検索
shibuiwilliam
2
180
Featured
See All Featured
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
46
9.6k
Agile that works and the tools we love
rasmusluckow
329
21k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Optimizing for Happiness
mojombo
379
70k
Typedesign – Prime Four
hannesfritz
42
2.7k
Raft: Consensus for Rubyists
vanstee
140
7k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Six Lessons from altMBA
skipperchong
28
3.9k
Into the Great Unknown - MozCon
thekraken
40
1.9k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Adopting Sorbet at Scale
ufuk
77
9.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