How to disable Stackdriver Logging?

7/16/2018

I have a Google Cloud Platform project where I use Kubernetes to deploy my apps, but I have noticed on my billing that Stackdriver Logging costs too much for me and I don't really need logging right now.

So, does anyone know how can I disable the Stackdriver Logging API in my clusters?

-- rcd92
google-cloud-platform
google-cloud-storage
kubernetes

1 Answer

7/16/2018

You can disable logging in several ways:

-- AMarin
Source: StackOverflow