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
- Host: GitHub
- URL: https://github.com/galovics/actuator-healtcheck-example
- Owner: galovics
- Created: 2020-04-04T07:14:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T09:23:18.000Z (about 6 years ago)
- Last Synced: 2026-01-03T13:57:26.089Z (6 months ago)
- Topics: healthcheck, k8s, kubernetes, spring, spring-actuator, spring-boot, spring-boot-actuator
- Language: Java
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`