Logging and monitoring

Kf can use Google Cloud integrations with GKE to send a log of events to your Cloud Monitoring and Cloud Logging project for observability. For more information, see Observability for GKE.

Kf deploys two server side components:

  1. Controller
  2. Webhook

To view the logs for these components, use the following Logging query:

resource.type="k8s_container"
resource.labels.project_id=PROJECT_ID
resource.labels.location=GOOGLE_CLOUD_ZONE
resource.labels.cluster_name=CLUSTER_NAME
resource.labels.namespace_name="kf"
labels.k8s-pod/app=CONTROLLER_OR_WEBHOOK

Replace the variables with the correct values.