🚮GC Logging for Java
Summary
This sidecar container simply streams GC logs from Java workloads to stdout.
Attributes
Parameter
Value
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:
falseRun as User:
1000Run 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
CPU (in millicores)
RAM (in MiB)
Storage (in GiB)
150
128
N/A
CPU (in millicores)
RAM (in MiB)
Storage (in GiB)
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
Name
Read-Only
Mount Point
Subpath
java-diag
/hln/diagnostics
Workload Identity
Code Owners
Name
Organization
Email
Last updated