* initial profile and check
* initial istio aware profile impl
* adding initial docs
* fixing parent
* using BootstrapConfiguration for istio profile check
* Improve log messages
* Add Istio integration tests
* Remove unused IstioClient
* Remove redundant parent
* Revert "Remove redundant parent"
This reverts commit c41271fa
* Fix startup error
* Add name to istio module
* Move IstioClient out of bootstrap configuration
This is needed because the Kubernetes Config is not a bean in the
bootstrap context.
Furthermore the IstioClient is not used anywhere in the bootstrap
context
* Polish
* Ensure this IstioClient is actually injected
* Fix integration test setup
* more refinements
* aligning property name
* adding headers and small refinements
Now the microk8s specific stuff is set on the command line instead of
being part of the POM.
This will help make clear what parts need to change when using a
different cluster
These tests are small Spring Cloud Kubernetes application that are
deployed inside a Kubernetes cluster launched with microk8s.
The deployment of the applications is done with the Fabric8 Maven Plugin