From 00e5851170af5c483c9b5466e28397791cfe9007 Mon Sep 17 00:00:00 2001 From: Andres Morey Date: Mon, 18 Nov 2024 18:20:40 +0300 Subject: [PATCH] Update README.md Signed-off-by: Andres Morey --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99246428..ddb37cc6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Demo: [https://www.kubetail.com/demo](https://www.kubetail.com/demo) ## Introduction - + Viewing application logs in a containerized environment can be challenging. Typically, an application consists of several services, each deployed across multiple containers which are load balanced to ensure an even consumption of resources. Although viewing individual container logs is easy using tools such as `kubectl` or the Kubernetes Dashboard, simultaneously monitoring logs from all the containers that constitute an application is more difficult. This is made even more difficult by the ephemeral nature of containers, which constantly cycle in and out of existence.