1. 概要¶
1.1. はじめに¶
1.2. 特徴¶
1.3. 可用性¶
1.3.1. 自動復旧¶
platform-auth
platform-api
platform-web
ita-api-admin
ita-api-organization
ita-api-oase-receiver
ita-web-server
警告
Probe |
説明 |
---|---|
Startup Probe |
Startup Probeが成功するまで、Liveness ProbeとReadiness Probeによるチェックを無効にし、アプリケーションの起動に干渉しないようにします。 |
Liveness Probe |
コンテナを再起動させるかどうかをチェックをします。 |
Readiness Probe |
コンテナがトラフィックを受け入れらえる状態であるかどうかをチェックします。 |
パラメータ |
説明 |
設定値 |
---|---|---|
httpGet.path |
HTTP GETリクエストによるパスを指定。 |
(コンテナ毎のヘルスチェック用のパス) |
httpGet.port |
HTTP GETリクエストによるポートを指定。 |
port-http |
timeoutSeconds |
Probeのタイムアウトを指定(秒)。 |
30 |
periodSeconds |
Probeの間隔を指定(秒)。 |
10 |
successThreshold |
Probeが成功したと判断する最小回数を指定。 |
1 |
failureThreshold |
Probeが失敗したと判断する最小回数を指定。 |
30 |
パラメータ |
説明 |
設定値 |
---|---|---|
httpGet.path |
HTTP GETリクエストによるパスを指定。 |
(コンテナ毎のヘルスチェック用のパス) |
httpGet.port |
HTTP GETリクエストによるポートを指定。 |
port-http |
timeoutSeconds |
Probeのタイムアウトを指定(秒)。 |
30 |
periodSeconds |
Probeの間隔を指定(秒)。 |
10 |
successThreshold |
Probeが成功したと判断する最小回数を指定。 |
1 |
failureThreshold |
Probeが失敗したと判断する最小回数を指定。 |
3 |
パラメータ |
説明 |
設定値 |
---|---|---|
httpGet.path |
HTTP GETリクエストによるパスを指定。 |
(コンテナ毎のヘルスチェック用のパス) |
httpGet.port |
HTTP GETリクエストによるポートを指定。 |
port-http |
timeoutSeconds |
Probeのタイムアウトを指定(秒)。 |
30 |
periodSeconds |
Probeの間隔を指定(秒)。 |
10 |
successThreshold |
Probeが成功したと判断する最小回数を指定。 |
1 |
failureThreshold |
Probeが失敗したと判断する最小回数を指定。 |
3 |