Combine GCP StackDriver with a GKE Cluster
This lesson focuses on combining GCP StackDriver with a GKE cluster.
We'll cover the following...
GKE’s Fluentd DaemonSet
If you’re using the GKE cluster, logging is already set up, even though you might not know about it. By default, every GKE cluster comes with a Fluentd DaemonSet that is configured to forward logs to GCP StackDriver. It is running in the kube-system Namespace. ...