operator-framework / operator-framework/josdk-spring-boot-starter

Support health probes thought HTTP

Open
#206 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
58
Forks
31
Avg merge
4d 1h
Merged PRs (30d)
9

Description

Note that we are already doing health checks if spring-boot-starter-actuator is present.

Those are quite simple to expose through HTTP.

see: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the existing health checks provided by spring-boot-starter-actuator and the Kubernetes liveness, readiness, and startup probe requirements linked in the issue. Determine how the starter should expose those checks over HTTP; the work is done when the existing checks are reachable through HTTP in a form suitable for the documented Kubernetes probes.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, kubernetes, spring-boot
Domain
backend, devops
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.