
Azure Kubernetes Service (AKS) ポッドがあります。
以下のアクションを実行するには、プローブを構成する必要があります。
ポッドがサービス リクエストに応答していることを確認します。
Pod のステータスを 1 分間に 4 回確認します。
ポッドが応答しない場合は、シャットダウンを開始します。
YAML 構成ファイルをどのように完成させる必要がありますか? 回答するには、回答エリアで適切なオプションを選択します。
注: それぞれの正しい選択は 1 ポイントの価値があります。
正解:

Explanation
Graphical user interface, text, application Description automatically generated

Box 1: readiness Probe:
For containerized applications that serve traffic, you might want to verify that your container is ready to handle incoming requests. Azure Container Instances supports readiness probes to include configurations so that your container can't be accessed under certain conditions.
Reference:
https://docs.microsoft.com/en-us/azure/container-instances/container-instances-readiness-probe