Upgrade to Pro — share decks privately, control downloads, hide ads and more …

NGINX UnitとService Meshの未来 / NGINX Unit and Service Mesh

tnir
May 21, 2018

NGINX UnitとService Meshの未来 / NGINX Unit and Service Mesh

Cloud Native Meetup Tokyo #1 @ Cyber Agentで話した資料です。

tnir

May 21, 2018
Tweet

More Decks by tnir

Other Decks in Technology

Transcript

  1. @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
  2. { "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/
  3. $ 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" } } }