Category
devops
2 articles in this category
How Kubernetes Works: The Container Orchestrator
TLDR: Kubernetes (K8s) is an operating system for the cloud. It manages clusters of computers (Nodes) and schedules applications (Pods) onto them. It handles self-healing (restarting crashed apps), scaling (adding more copies), and networking via a c...
ā¢5 min read
How Fluentd Works: The Unified Logging Layer
TLDR: Fluentd is an open-source data collector that decouples log sources from destinations. It ingests logs from 100+ sources (Nginx, Docker, syslog), normalizes them to JSON, applies filters and transformations, and routes them to 100+ outputs (Ela...
ā¢4 min read
