Currently we have to hand pick existing k8s objects (deployments) for an new app setup.
Most users we talked to typically group an "app" with a label, and this allows the objects of that app to be dynamic as user can add more objects overtime and don't have to resync multiple places what belongs to what app.
I think longer term this can be a better approach than picking k8s objects by hand, but just let user choose a label name and value to be an app and we pick everything tagged with that.
Currently we have to hand pick existing k8s objects (deployments) for an new app setup.
Most users we talked to typically group an "app" with a label, and this allows the objects of that app to be dynamic as user can add more objects overtime and don't have to resync multiple places what belongs to what app.
I think longer term this can be a better approach than picking k8s objects by hand, but just let user choose a label name and value to be an app and we pick everything tagged with that.