spring-cloud-kubernetes-examples org.springframework.cloud 2.0.7-SNAPSHOT 4.0.0 kubernetes-hello-world Spring Cloud Kubernetes :: Examples :: Hello World A simple example that demonstrates how to build and test a basic spring cloud kubernetes app org.springframework.boot spring-boot-dependencies pom import ${spring-boot.version} org.springframework.cloud spring-cloud-kubernetes-fabric8-autoconfig ${project.version} org.springframework.cloud spring-cloud-kubernetes-fabric8-discovery ${project.version} org.springframework.cloud spring-cloud-commons org.springframework.boot spring-boot-starter org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-starter-actuator junit junit test org.assertj assertj-core test org.springframework.boot spring-boot-test test org.springframework spring-test test org.springframework.boot spring-boot-maven-plugin ${spring-boot.version} repackage org.apache.maven.plugins maven-deploy-plugin ${maven-deploy-plugin.version} true org.apache.maven.plugins maven-surefire-plugin ${maven-surefire-plugin.version} true false io.fabric8 fabric8-maven-plugin ${fabric8.maven.plugin.version} fmp resource kubernetes io.fabric8 fabric8-maven-plugin ${fabric8.maven.plugin.version} fmp resource build NodePort release io.fabric8 fabric8-maven-plugin ${fabric8.maven.plugin.version} fmp resource helm integration io.fabric8 fabric8-maven-plugin ${fabric8.maven.plugin.version} fmp resource build org.apache.maven.plugins maven-failsafe-plugin ${maven-failsafe-plugin.version} run-integration-tests integration-test integration-test verify false false