First release of k8s-logger! #306
                  
                    
                      troglobit
                    
                  
                
                  announced in
                Announcements
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
The first release of k8s-file logger is here! With this you no longer need systemd/journald to log the output of your podman containers. Simply create your container with
--log-driver=k8s-fileand set--log-opt=path=/path/to/name.fifo, where/path/to/name.fifois anmkfifofile which is also the argument to this program.If you are lucky to also run sysklogd you can call
configure --with-syslogpto enable extended logging. In this modek8s-loggergoes dumpster diving for your container name, using the provided identity, inpodman inspect $ident.https://github.com/kernelkit/k8s-logger/releases/tag/v1.0
Beta Was this translation helpful? Give feedback.
All reactions