Please refer to the following commands to perform a health check or investigation into Rok.
1. Check the status of the Rok Redis StatefulSet:
$ kubectl get statefulset -n rok rok-redis -o wide
2. Check the status of the Rok Redis Pod:
$ kubectl get pods -n rok rok-redis-0 -o wide
3. Inspect the events on the Rok Redis StatefulSet:
$ kubectl describe statefulset -n rok rok-redis
4. Inspect the events on the Rok Redis Pod:
$ kubectl describe pod -n rok rok-redis-0
5. Inspect the logs of the Rok Redis Pod:
$ kubectl logs -n rok rok-redis-0 -c redis -f
6. Inspect the persistent volume claim of the Rok Redis Pod:
$ kubectl get pvc -n rok redis-data-rok-redis-0
Comments
0 comments
Please sign in to leave a comment.