User:Valhallasw/k8s notes
Appearance
kubectl describe podsto get the IP, port number and command running in the pod- Try to
curlthat webservice kubectl get podsto get pod namekubectl exec [podname] -- tail -f $HOME/uwsgi.log $HOME/error.logto get info straight out of the pod- if the pod doesn't respond,
kubectl delete pod [podname] open("/usr/lib/uwsgi/plugins/python_plugin.so"): No such file or directory [core/utils.c line 3659]seems to have been a red herring.