Kubernetes
How to collect logs in Kubernetes with Loki and Promtail
Logging has always been a good development practice because it gives us insights and information to understand how our applications behave fully. Multiple tools in the market help you implement logging on microservices built on Kubernetes. In this blog post, we will look at two of those tools: Loki and Promtail.
Go Deeper