Logging and monitoring
Kf can use GKE’s Google Cloud integrations to send a log of events to your Cloud Monitoring and Cloud Logging project for observability. For more information, see Overview of GKE operations.
Kf deploys two server side components:
- Controller
- Webhook
To view the logs for these components, use the following Cloud Logging query:
resource.type="k8s_container"
resource.labels.project_id=<PROJECT ID>
resource.labels.location=<GCP ZONE>
resource.labels.cluster_name=<CLUSTER NAME>
resource.labels.namespace_name="kf"
labels.k8s-pod/app=<controller OR webhook>
Last modified August 29, 2024: Added gcloud upgrade to integration and acceptance tests (#1078) (c25d392)