GC Logging for Java
Summary
This sidecar container simply streams GC logs from Java workloads to stdout
.
Attributes
Type
Sidecar
Name
gc-logger
Image
busybox:latest
Image Pull Policy
Always
Command
/bin/sh
Arguments
-c tail -F -v /hln/diagnostics/garbageCollection.log
Port
Security Context
Allow Privilege Escalation:
false
Run as User:
1000
Run as Non-Root User:
true
Endpoints
External-to-Cluster
This container does not have any external-to-cluster exposed endpoints.
Internal
Environment Variables
Probes
Liveness
Readiness
Startup
Resources
150
128
N/A
Technology Stack
This container uses the Docker Hub (or equivalent public registry) busybox
image, which contains common Linux utilities. The sole utility engaged is tail
, to stream logs that are outputted by the Java garbage collector to stdout
, so that it may be captured by platform logging tooling.
Volume Mounts
java-diag
/hln/diagnostics
Workload Identity
Code Owners
Last updated