An open API service indexing awesome lists of open source software.

https://github.com/galovics/actuator-healtcheck-example


https://github.com/galovics/actuator-healtcheck-example

healthcheck k8s kubernetes spring spring-actuator spring-boot spring-boot-actuator

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Intro
This is a showcase project for Kubernetes and Spring Boot Actuator healthcheck integration with liveness probe.
It was created for a tutorial article that can be found here:
https://blog.arnoldgalovics.com/smart-healthchecks-with-kubernetes-and-spring-boot-actuator/

Also, readiness probe integration has been added for this article:
https://blog.arnoldgalovics.com/health-based-traffic-control-with-kubernetes/

## Building and deploying
1. `./gradlew clean build`
2. `docker build . -t actuator-healthcheck-example`
3. `kubectl apply -f k8s-deployment.yaml`