I currently have a Kubernetes environment which is generally not behaving (slow response times to commands, pods not being scheduled, etc).
I've not been able to find any trouble shooting information in the form of events or errors (that I've encountered) that are pointing me to what is causing the issue.
What I'm asking is what are some general ways I can start getting the health status of the cluster, and start trying to find out what's going wrong here.
I've seen kubectl cluster-info dump
suggested, but that gives me like 600K lines of metadata, where nothing obvious stands out (though it is 600k lines so I might have missed something).