What problem does it solve?
The container-monitoring skill simplifies monitoring Kubernetes clusters and containerized environments, including Docker, pods, deployments, and cluster health metrics, streamlining infrastructure host inventory.
Core Features & Use Cases
- Monitor Kubernetes Resources: Track pods, deployments, StatefulSets, DaemonSets, and Jobs.
- Container Performance Metrics: Retrieve CPU, memory, network, and disk metrics.
- Cluster Health: Monitor Kubernetes control plane components and node status.
- Create Container Monitors: Set up alerts for container and pod performance issues.
- Infrastructure Inventory: List container hosts and Kubernetes nodes.
- Use Case: If you're an IT operations professional responsible for a large Kubernetes cluster, this skill allows you to monitor resource utilization, identify bottlenecks, and set up alerts for critical issues.
Quick Start
To monitor the CPU usage of containers in the 'default' namespace, run: pup metrics query 'avg:container.cpu.usage{*} by {container_name}' --from='1h' --to='now'.