tjtjtjのメモ

自分のためのメモです

nomad チュートリアル webui

https://www.nomadproject.io/intro/getting-started/ui.html

前回の続き。server,client1,client2 を起動し、job:example 実行中。

Opening the Web UI

http://localhost:4646 にアクセス。チュートリアルのように表示されている。example が running。

Inspecting a Job

ブラウザでドリルダウンして構造を確認。

jobs

jobs -> exmple -> taskgroup -> cache -> allocations3コ -> tasks -> redis 

clients。クライアントに割り当てられている alloc を確認できる。

clients -> client1 -> allocations

servers

servers -> nomad.global -> tags

チュートリアルおわり

node にタスクグループが割り当てられることは分かった。 アプリケーション開発者として調査しなきゃならないこと満載だなー。

ガイド読むか。ほかのやるか https://www.nomadproject.io/guides/index.html