=== 분단이 확정되고 몇 분 뒤 ===
14:22:18
keycloak-0                  0/1     Running   0          27m   10.42.1.17   kc-lab-2   <none>           <none>
keycloak-1                  1/1     Running   0          37m   10.42.0.13   kc-lab-1   <none>           <none>
--- Ready 조건 ---
PodReadyToStartContainers=True Initialized=True Ready=False ContainersReady=False PodScheduled=True 
PodReadyToStartContainers=True Initialized=True Ready=True ContainersReady=True PodScheduled=True 
--- readiness 프로브 설정 ---
{"failureThreshold":3,"httpGet":{"path":"/health/ready","port":"management","scheme":"HTTP"},"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1}
--- Service Endpoints ---
Endpoints:                10.42.0.13:8080
--- 두 노드의 health/ready 를 직접 ---
keycloak-0 ready=503
keycloak-1 ready=200
--- keycloak-0 의 실패 항목 ---
{
    "status": "DOWN",
    "checks": [
        {
            "name": "Graceful Shutdown",
            "status": "UP"
        },
        {
            "name": "Keycloak Initialized",
            "status": "UP"
        },
        {
            "name": "Keycloak cluster health check",
            "status": "DOWN",
            "data": {
                "Failing since": "2026-09-17 04:54:25,769"
            }
        },
        {
            "name": "Keycloak database connections async health check"
--- 멤버 수 ---
"pod":"keycloak-1"}
"1"]}
"pod":"keycloak-0"}
"1"]}]}}
