9.1 Viewing Existing OUDSM Instances

By default the oudsm helm chart deployment starts one pod: oudsm-1.

The number of pods started is determined by the replicaCount, which is set to 1 by default. A value of 1 starts the pod above.

To scale up or down the number of OUDSM pods, set replicaCount accordingly.

Run the following command to view the number of pods in the OUDSM deployment:
kubectl --namespace <namespace> get pods -o wide
For example:
$ kubectl --namespace oudsmns get pods -o wide
The output will look similar to the following:

NAME          READY   STATUS    RESTARTS   AGE   IP            NODE             NOMINATED NODE   READINESS GATES
pod/oudsm-1   1/1     Running   0          73m   10.244.0.19   <worker-node>    <none>           <none>