I\'m looking for the solution of how to get logs from a pod in Kubernetes cluster using golang. I\'ve looked at \"https://github.com/kubernetes/client-go\" and \"https://god
The controller-runtime client library does not yet support subresources other than /status, so you would have to use client-go as shown in the other question.