Open
Description
What would you like to be added:
Currently, kubectl kudo version
only prints the current version of the KUDO CLI. It should also print the version of the KUDO controller if the controller is running.
Why is this needed:
Controller and CLI might differ and this could cause issues because backwards-compatibility can't be guaranteed in all cases. Printing the controller version will help detect the cause.