I wanted to share a new OSS tool I've written because I felt like the user experience for running a job and getting the output from the Pod was too cryptic.<p>If you can see yourself using it, let me know. Try it out.<p>This is how it's being used in OpenFaaS to help support customers: <a href="https://github.com/openfaas/config-checker" rel="nofollow">https://github.com/openfaas/config-checker</a><p>A similar and more generic tool from Replicated is: <a href="https://github.com/replicatedhq/troubleshoot" rel="nofollow">https://github.com/replicatedhq/troubleshoot</a><p>And if you wanted to see how easy it is to play around with the K8s API with Go, hopefully this example will give you a bit more confidence to try some hacking.