9.3.3 Verifying Scaling Down

  1. Verify the new OUD pod oud-ds-rs-3 and has terminated:
    kubectl get pods -n <namespace> 
    For example:
    kubectl get pods -n oudns
    The output will look similar to the following:
    NAME              READY   STATUS        RESTARTS   AGE
    pod/oud-ds-rs-0   1/1     Running       0          22h
    pod/oud-ds-rs-1   1/1     Running       0          22h
    pod/oud-ds-rs-2   1/1     Running       0          22h
    pod/oud-ds-rs-3   1/1     Terminating   0          21m
    The oud-ds-rs-3 has moved to a STATUS of Terminating.
    The pod will take a minute or two to stop and then will disappear:
    NAME              READY   STATUS        RESTARTS   AGE    
    pod/oud-ds-rs-0   1/1     Running       0          22h   
    pod/oud-ds-rs-1   1/1     Running       0          22h 
    pod/oud-ds-rs-2   1/1     Running       0          22h