-
Notifications
You must be signed in to change notification settings - Fork 258
Description
Hi! I'm using KRR for a few weeks now and it is helping me a lot! I'm even evaluating Robusta right now.
There's something I would like it to support, though: we use Knative for a lot of services, but the Knative Serving works by wrapping Kubernetes Deployments into Revisions. In practice, it means that for every change we make to the service, it creates a new Kubernetes Deployment to replace the previous.
Since KRR groups pods by either Statefulset or Deployment, it means the KRR recommendations are not grouped properly. I would love to see KRR grouping the pods by Knative Service when available.
If that's not possible, at least let me write some kind of transformation pattern on the grouping name: for Knative Services, we would just need to remove the -\d+-deployment$ suffix from the deployment name, and the grouping would be correct.
Thanks in advance!