weaveworks / scope

Monitoring, visualisation & management for Docker & Kubernetes
https://www.weave.works/oss/scope/
Apache License 2.0
5.84k stars 708 forks source link

Scope shows pods of a StatefulSet belonging to a Deployment #3829

Open bboreham opened 3 years ago

bboreham commented 3 years ago

In the process of moving from one Kubernetes configuration to another, I have a Deployment with 0 replicas, and a StatefulSet with 4. Scope shows the latter under the former

image

The labels do match the Deployment selector, so maybe it's not a bug, but it looks odd. Scope could follow the owner chain in pods to see which controller they belong to.