I\'m a bit confused at how to setup error reporting in kubernetes, so errors are visible in Google Cloud Console / Stackdriver \"Error Reporting\"?
According to docu
To add to Boris' answer: As long as errors are logged in the right format (see https://cloud.google.com/error-reporting/docs/troubleshooting) and Cloud Logging is enabled (you can see the errors in https://console.cloud.google.com/logs/viewer) then errors will make it to Error Reporting without any further setup.