Feature and motivation
I would like to stop the creation of Deployment type in my Kubernetes cluster and instead use a custom resource type or Job. This feature will provide users with a flag to turn off the creation of browser node deployments.
Usage example
I want to use ScaledJob by Keda instead of the default Deployment but I get multiple Nodes, ones from Deployments and others from Jobs which is confusing.