How to restart specific Qx Pods [Internal]
Browse to command line for the system via jump or cockpit:
- sudo -s
- export KUBECONFIG=/etc/rancher/k3s/k3s.yaml && k9s

From here you should be able to see the status of each pod. (if this is the first time it is run on this machine you need to hit 0 (zero) on your keyboard to show the modules)
FUNCTIONS:
- Restarting a Pod: use arrow keys to highlight the pod and click Ctrl-K on your keyboard. This will "kill" the pod and it will automatically restart.
- I will try to put what pods to restart for what scenarios here as discovered.
- Seeing Logs from a Pod: use arrow keys to highlight the pod and hit "l" on the keyboard
- This will give you specific logs for the pod chosen. At a minimum you should be able to see when the pod last started. Some of the information in the logs are easier than others to decipher. Engineering can use this information if pods are having issues.
Once you have completed your task use Ctrl-s to return to command line. And type exit to return to standard prompt.