Add a deploy make target
Requirement
the Makefile should include an deploy target to ease the installation process, in particular for local development,
Problem
As the kamel cli is going to be deprecated, hence the install subcommand won't be available anymore, the Makefile should include an deploy target to ease the installation process
Proposal
No response
Open questions
No response
We do already have a Kustomize based install which should expose a sort of Makefile based UI. However this is not really very user friendly and I think it's quite buggy ATM. @gansheer was working on some simplification of the process to promote this new approach vs the to-be-deprecated kamel install.
Having a make target would simplify things, especially for local development so I would recommend to wrap it as a target. Note that this is not to replace a production installation but more for local development and testing.