{
  "test_id": "T83",
  "verdict": "pass",
  "observed": "readiness-indep-echo 파드는 nginx의 /health가 항상 503을 반환하도록 구성되어 있어, 15초 대기 후에도 containerStatuses가 'istio-proxy nginx=true false'로 nginx만 not-ready였다. 같은 파드의 istio-proxy 컨테이너에 exec하여 localhost:15021/healthz/ready를 curl한 결과 istio_proxy_15021=200으로 Ready를 반환했다. 파드의 Ready condition도 status=False, reason=ContainersNotReady, message='containers with unready status: [nginx]'로 istio-proxy는 unready 목록에서 제외되어 있음을 명시적으로 보여준다. 즉 app 컨테이너의 readinessProbe 실패가 istio-proxy 컨테이너 자체의 15021 ready 상태에는 전혀 영향을 주지 않았다.",
  "claims": [
    {
      "doc": "gt__src-w6-production-apply",
      "cid": "C6",
      "empirical": "supports-claim",
      "note": "app 컨테이너(nginx) readinessProbe가 항상 실패(503)해도 istio-proxy의 15021/healthz/ready는 200(Ready)을 유지 — 두 readiness가 독립적으로 동작함을 실측으로 확인."
    }
  ]
}
