Fabric8:watch is used to monitor the project workspace for changes and automatically trigger a redeploy of the application running on Kubernetes.
Before entering the watch mode, this goal must generate the docker image and the Kubernetes resources (optionally including some development libraries/configuration), and deploy the app on Kubernetes. Lifecycle bindings should be configured as follows to allow the generation of such resources.
Demo Project: https://github.com/rohanKanojia/fmp-d...
Fabric8 Maven Plugin: https://github.com/fabric8io/fabric8-...