Giter Site home page Giter Site logo

jonasermert / health-check-example Goto Github PK

View Code? Open in Web Editor NEW

This project forked from snowdrop/health-check-example

0.0 0.0 0.0 1.6 MB

Quickstart to demonstrate OpenShift health probes working with Spring Boot Actuator

License: Apache License 2.0

Java 52.70% HTML 11.12% XSLT 28.53% Shell 7.28% Dockerfile 0.37%

health-check-example's Introduction

Health Check Spring Boot Example

https://appdev.openshift.io/docs/spring-boot-runtime.html#mission-health-check-spring-boot

Table of Contents

Deploying application on OpenShift using Dekorate

mvn clean verify -Popenshift -Ddekorate.deploy=true

Deploying application on OpenShift using Helm

First, make sure you have installed the Helm command line and connected/logged to a kubernetes cluster.

Then, you need to install the example by doing:

helm install healthcheck ./helm --set app.route.expose=true --set app.s2i.source.repo=https://github.com/snowdrop/health-check-example --set app.s2i.source.ref=<branch-to-use>

note: Replace <branch-to-use> with one branch from https://github.com/snowdrop/health-check-example/branches/all.

And to uninstall the chart, execute:

helm uninstall healthcheck

Deploying application on Kubernetes using Helm

Requirements:

You need to install the example by doing:

helm install healthcheck ./helm --set app.ingress.host=<your k8s domain>

And to uninstall the chart, execute:

helm uninstall healthcheck

Running Tests on OpenShift using Dekorate

./run_tests_with_dekorate.sh

Running Tests on OpenShift using S2i from Source

./run_tests_with_s2i.sh

This script can take 2 parameters referring to the repository and the branch to use to source the images from.

./run_tests_with_s2i.sh "https://github.com/snowdrop/health-check-example" branch-to-test

Running Tests on OpenShift using Helm

./run_tests_with_helm.sh

This script can take 2 parameters referring to the repository and the branch to use to source the images from.

./run_tests_with_helm_in_ocp.sh "https://github.com/snowdrop/health-check-example" branch-to-test

Running Tests on Kubernetes using Helm

First, you need to create the k8s namespace:

kubectl create namespace <the k8s namespace>

Then, run the tests by specifying the container registry and the kubernetes namespace:

./run_tests_with_helm_in_k8s.sh <your container registry: for example "quay.io/user"> <the k8s namespace>

For example:

./run_tests_with_helm_in_k8s.sh "quay.io/user" "myNamespace"

health-check-example's People

Contributors

metacosm avatar jacobdotcosta avatar geoand avatar aureamunoz avatar cmoulliard avatar atomist-bot avatar sgitario avatar alesj avatar radekkoubsky avatar iocanel avatar lincolnthree avatar edewit avatar gastaldi avatar ibuziuk avatar ladicek avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.