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
480
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
6.2k
Copilot coding agentにベットしたいCTOが開発組織で取り組んだこと / GitHub Copilot coding agent in Team
tnir
0
1.3k
2030年のSREを考える / SRE-in 2030
tnir
0
170
Ruby Guessr was harder to me RubyKaigi 2025
tnir
0
49
Bundler CHECKSUMS
tnir
0
52
Cloud Run & GKE Autopilot (late 2024)
tnir
0
98
A life with Rails 8.0 (beta)
tnir
0
130
Progressive Rails 8.1 (alpha) / progressive-rails-8-1
tnir
0
1.3k
三代目CTO at stmn, inc. / CTO at stmn
tnir
1
8.3k
Other Decks in Technology
See All in Technology
2026年もソフトウェアサプライチェーンのリスクに立ち向かうために / Product Security Square #3
flatt_security
0
290
Abuse report だけじゃない。AWS から緊急連絡が来る状況とは?昨今の攻撃や被害の事例の紹介と備えておきたい考え方について
kazzpapa3
1
720
Claude Code のコード品質がばらつくので AI に品質保証させる仕組みを作った話 / A story about building a mechanism to have AI ensure quality, because the code quality from Claude Code was inconsistent
nrslib
13
8k
モブプログラミング再入門 ー 基本から見直す、AI時代のチーム開発の選択肢 ー / A Re-introduction of Mob Programming
takaking22
5
1.5k
OSC仙台プレ勉強会 AlmaLinuxとは
koedoyoshida
0
170
AWSの資格って役に立つの?
tk3fftk
2
340
AI時代のSaaSとETL
shoe116
1
150
Go標準パッケージのI/O処理をながめる
matumoto
0
210
進化するBits AI SREと私と組織
nulabinc
PRO
0
180
非情報系研究者へ送る Transformer入門
rishiyama
11
7.5k
複数クラスタ運用と検索の高度化:ビズリーチにおけるElastic活用事例 / ElasticON Tokyo2026
visional_engineering_and_design
0
160
オレ達はAWS管理をやりたいんじゃない!開発の生産性を爆アゲしたいんだ!!
wkm2
4
530
Featured
See All Featured
Agile Actions for Facilitating Distributed Teams - ADO2019
mkilby
0
150
Unlocking the hidden potential of vector embeddings in international SEO
frankvandijk
0
200
Music & Morning Musume
bryan
47
7.1k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.9k
How Software Deployment tools have changed in the past 20 years
geshan
0
33k
Into the Great Unknown - MozCon
thekraken
40
2.3k
Unsuck your backbone
ammeep
672
58k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
35
2.4k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
3.1k
Winning Ecommerce Organic Search in an AI Era - #searchnstuff2025
aleyda
1
1.9k
Product Roadmaps are Hard
iamctodd
PRO
55
12k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
38
2.8k
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