linkerd / linkerd2

Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
https://linkerd.io
Apache License 2.0
10.71k stars 1.28k forks source link

Support Argo rollouts as a unique enttity in Linkerd Viz #13343

Open lazysteel93 opened 1 week ago

lazysteel93 commented 1 week ago

What problem are you trying to solve?

This is a re-creation of a previous request that was closed unresolved because of inactivity. I would like Argo Rollouts to be available in a similar way as Deployments in LInkerd Viz, such that I could get stats for Rollouts in a similar way, either from Linkerd Viz Dashboard or Linkerd viz CLI.

Previous issue of the same nature: https://github.com/linkerd/linkerd2/issues/11489

How should the problem be solved?

Add Rollouts as a selectable entity in the same way that Deployments are currently selectable.

Any alternatives you've considered?

Rollouts' pods are shown under replica sets, but this is not a reasonable way to manage Rollout pods.

How would users interact with this feature?

Viz dashboard or CLI.

Would you like to work on this feature?

None