Verify the TimesTen Operator is Running
Use the
kubectl get pods command to verify that the TimesTen Operator is running. If the STATUS field has a value of Running, the TimesTen Operator is running.kubectl get podsThe output is similar to the following:
NAME READY STATUS RESTARTS AGE
timesten-operator-5c7558cd75-dfbd7 1/1 Running 0 13s
You successfully verified that the TimesTen Operator is running.