[ QUESTION ] can kubectl diff display pruned resources after apply the yaml file? #1725
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
What would you like to be added:
Hi, It would be great that we can see the resources that are going to be used before/without applying a yaml file. This feature could be very useful on strategic decisions on how we need to grow the cluster size or what resources should we purchase without making a big margin at a Paas provider company.
Why is this needed:
In my usecase i need it to decide that we need to purchase what kind of resources for the k8s cluster, but in many other usecases it can be helpful too, for example you can think of it as a checker for a large paas company which provides a managed k8s cluster for convenient use for people who don't know kubernetes or don't want to manage their own cluster, so people can use this checker before deploying their application and knowing that their applications/pods are going to be running or not, before creating any critical decision.
Also i saw this block on the official documentation which quotes:
[EDIT] Documentation link is here!
So as it's mentioned on the documentation i think that its also on the enhancement roadmap.
I would love to be part of the implementation of such great feature, but don't know where to start can anyone help?
The text was updated successfully, but these errors were encountered: