Key Capabilities
- Cost by namespace & workload – CPU, memory, storage, and network
- Network cost attribution – cluster → namespace → workload → endpoint
- eBPF-powered traffic mapping
- DNS – map cloud resources (e.g., ALB, RDS) to workloads
- HTTP – link workloads to S3 buckets / object stores
- SQL – attribute database queries to the calling pods
Architecture Overview
A lightweight DaemonSet runs on each node. Using eBPF plus the Kubernetes API it gathers:The DaemonSet consumes ~50 MB memory and < 2% CPU per node. It captures only metadata, never payloads.
Installation
After signing in to Pelanor, go to Integrations → Kubernetes and copy the pre-filled Helm command.Required values
Troubleshooting
Helm chart installed but some pods are not scheduled
1
Check for taints
Ensure pods aren’t unschedulable due to node taints (configure tolerations if needed).
2
Verify node resources
Confirm that all nodes have enough available CPU and memory to schedule the Pelanor pods.