Skip to main content

One post tagged with "Kubernetes"

Posts about Kubernetes

View All Tags

Setting up Observability for Kubernetes

· 7 min read
Rafe Murray
Rafe Murray
Computer Engineering Student, UBC

Kubernetes is a great way to host containerized applications across multiple nodes (VMs). However, the distributed nature of these workloads can make them hard to monitor and debug. That's where an observability stack comes in. It provides a way of describing application performance and internal state across distributed architectures using three "pillars": metrics, logs, and traces.