1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 04:30:01 +02:00

Added TNS resource for Kubernetes logs management (#2021)

* Added TNS resource for Kubernetes logs management

* Update content/roadmaps/102-devops/content/107-monitoring/102-logs-management/readme.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
The New Stack
2022-10-04 19:26:45 -04:00
committed by GitHub
parent b1babf9054
commit f7a41ec59a

View File

@@ -1 +1,7 @@
# Logs management
# Logs Management
Log management is the process of handling log events generated by all software applications and infrastructure on which they run. It involves log collection, aggregation, parsing, storage, analysis, search, archiving, and disposal, with the ultimate goal of using the data for troubleshooting and gaining business insights, while also ensuring the compliance and security of applications and infrastructure.
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://sematext.com/guides/log-management'>Introduction to Logs Management</BadgeLink>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://devops.com/log-management-what-devops-teams-need-to-know/'>Log Management: What DevOps Teams Need to Know</BadgeLink>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://thenewstack.io/logging-for-kubernetes-what-to-log-and-how-to-log-it/'>Logging for Kubernetes: What to Log and How to Log It</BadgeLink>