Open
Description
The issue
Currently, Cyclops shows your Pods inside your Deployments. However, there is another K8s resource between those two called ReplicaSet. Inside Deployments, there are ReplicaSets, and within those ReplicaSets, the Pods are located.
Solution
- Cyclops should show ReplicaSets inside Deployments.
- The Pods should be moved inside ReplicaSets