In this scenario we will demonstrate the Micronaut Kubernetes Discovery module.
- kubernetes cluster
- docker
- java
- dockerhub account
Currently supported watches by Consul [1]:
| # using symbolic link which are pointing to maven modules with real source code | |
| # pros: | |
| # - maven standard structure | |
| # cons: | |
| # - symbolic link there | |
| <root> | |
| |- resources -> /libs/src/main/resources | |
| |- vars -> /libs/src/main/groovy/vars | |
| |- src -> /libs/src/main/groovy/src |