spring-cloud-kubernetes-examples org.springframework.cloud 0.2.1.BUILD-SNAPSHOT 4.0.0 org.springframework.cloud 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-core ${project.version} org.springframework.boot spring-boot-starter org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-starter-actuator org.jboss.arquillian.junit arquillian-junit-standalone test org.arquillian.cube arquillian-cube-requirement test org.arquillian.cube arquillian-cube-kubernetes test org.arquillian.cube arquillian-cube-openshift 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 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