79771870

Date: 2025-09-22 17:03:38
Score: 1.5
Natty:
Report link

Yes, the list you mentioned is what GKE recognizes when working with structured logs. GKE collects application logs from non-system containers structured logging is supported by outputting single-line JSON objects to these streams, which the agent parses into jsonPayload fields in Cloud Logging. GKE uses a fluentbit based logging agent (not the full Ops Agent) by default to collect application logs from stdout/stderr, supporting structured JSON logs.

The legacy Logging agent was used in older GKE setups but is deprecated for new features. The full Ops Agent combines logging and metrics collection via Fluent Bit and OpenTelemetry is recommended for Compute Engine VMs but isn't manually installed in GKE. For further reference see this Which agent should you choose?

For best practices you can refer to this documentations :

Reasons:
  • Blacklisted phrase (1): this document
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: miracle