Look at automatically adding health probe support for Kubernetes
Open
area-deployment
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
ite .WithHttpHealthCheck("/health") in the AppHost, the generated deployments have no livenessProbe, readinessProbe, or startupProbe.
Contributor guide
Research direction
Start by tracing how AppHost calls to WithHttpHealthCheck("/health") are represented and how generated Kubernetes deployments are produced. Verify the generated output for the livenessProbe, readinessProbe, and startupProbe cases; done means the health check produces appropriate probes in deployments without breaking existing generation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, kubernetes
- Domain
- devops, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100