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
77
Ruby Guessr was harder to me RubyKaigi 2025
tnir
0
11
Bundler CHECKSUMS
tnir
0
16
Cloud Run & GKE Autopilot (late 2024)
tnir
0
53
A life with Rails 8.0 (beta)
tnir
0
100
Progressive Rails 8.1 (alpha) / progressive-rails-8-1
tnir
0
550
三代目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
Geminiとv0による高速プロトタイピング
shinya337
0
220
Tech-Verse 2025 Global CTO Session
lycorptech_jp
PRO
0
1.5k
5min GuardDuty Extended Threat Detection EKS
takakuni
0
180
生成AI時代の開発組織・技術・プロセス 〜 ログラスの挑戦と考察 〜
itohiro73
1
410
AIとともに進化するエンジニアリング / Engineering-Evolving-with-AI_final.pdf
lycorptech_jp
PRO
0
150
How Community Opened Global Doors
hiroramos4
PRO
1
140
Lazy application authentication with Tailscale
bluehatbrit
0
150
怖くない!はじめてのClaude Code
shinya337
0
350
第4回Snowflake 金融ユーザー会 Snowflake summit recap
tamaoki
0
100
WordPressから ヘッドレスCMSへ! Storyblokへの移行プロセス
nyata
0
410
AIの全社活用を推進するための安全なレールを敷いた話
shoheimitani
2
210
「Chatwork」の認証基盤の移行とログ活用によるプロダクト改善
kubell_hr
1
240
Featured
See All Featured
Practical Orchestrator
shlominoach
188
11k
Bash Introduction
62gerente
614
210k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Designing for humans not robots
tammielis
253
25k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
Typedesign – Prime Four
hannesfritz
42
2.7k
The Cult of Friendly URLs
andyhume
79
6.5k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Designing Experiences People Love
moore
142
24k
For a Future-Friendly Web
brad_frost
179
9.8k
RailsConf 2023
tenderlove
30
1.1k
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