I will be dealing with below 5 best docker logging practices with examples :
1. Application-based Logging :
How the application inside the containers uses a logging framework to handle the logging process.
2.Using Data Volumes :
How Data Volumes can be used to log the container data
3.Docker Logging Driver:
How to use platform’s logging drivers to forward the log events on the host.
4.Dedicated Logging Container :
How log events to be managed fully within the Docker environment with a dedicated logging container.
5.Sidecar Approach :
How sidecars approach can be used to manage microservices architectures.
Ensure that you let us know:
- What level of knowledge should attendees have before walking into your session - Basics of Docker
- What will your session accomplish and what will attendees walk away having learned - Attendees will get to know the importance of logging and some of the best approaches to log their container data.