logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Shivanshu Raj Shrivastava
2023-04-20

tldr - powered by Generative AI

The presentation discusses the implementation of structured and contextual logging in Kubernetes to make logs more queryable and provide essential information about Kubernetes objects.
  • Structured logging with key-value pairs and references to Kubernetes objects
  • Contextual logging to retain context from parent to leaf and share information between different go routines
  • API changes required for implementation
  • Goal is not to remove Klog and Klog will remain in use