9.3.3 Verifying Scaling Down

  1. Verify the OUDSM pod oudsm-2 is terminated:
    kubectl get pods -n <namespace>
    For example:
    kubectl get pods -n oudsmns
    The output will look similar to the following:
    NAME          READY   STATUS        RESTARTS   AGE 
    pod/oudsm-1   1/1     Running       0          92m
    pod/oudsm-2   1/1     Terminating   0          19m
    The oudsm-2 pod 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/oudsm-1   1/1     Running       0          94m