Verifying the Pods
This section describes the procedure involved in determining the pod and container status after upgrading PCF. You need to ensure that the pods and containers are up and running.
Use the following commands to view the PCF pod logs.
kubectl describe pod pod_name -n namespace
Note | If the Status column displays the state as Running, and the Ready column has the same number of containers on both sides of the forward-slash (/), then the pod is healthy and operational. |