Monitoring and LiveReload using Fabric8:watch in Fabric8 Maven Plugin

Опубликовано: 27 Июль 2026
на канале: रोहन कुमार
92
2

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-...