-
Epic
-
Resolution: Unresolved
-
Normal
-
rhos-18.0.0
-
None
-
Horizon Operator should implement k8s cluster-logging
-
29
-
False
-
-
False
-
Not Selected
-
Proposed
-
No Docs Impact
-
To Do
-
Proposed
-
Proposed
-
57% To Do, 0% In Progress, 43% Done
-
-
Problem:
The horizon-operator currently creates pods that log everything to stdout and stderr. This isn't the best practice for Kubernetes applications as described by:
Desired State
All Apache and Horizon logs should be written to their own files that are then tailed by sidecar containers, rather than writing to stdout and stderr. This allows for log management that is independent of the application and ensures availability of logs for debugging purposes if the application crashes.