Re: [I] Feature: Add livenessProbe and readinessProbe in k8s [camel-karavan]

2024-09-12 Thread via GitHub
davsclaus closed issue #1345: Feature: Add livenessProbe and readinessProbe in k8s URL: https://github.com/apache/camel-karavan/issues/1345 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

Re: [I] Feature: Add livenessProbe and readinessProbe in k8s [camel-karavan]

2024-08-01 Thread via GitHub
drblack666 commented on issue #1345: URL: https://github.com/apache/camel-karavan/issues/1345#issuecomment-2263363471 Thanks for the info I created a PR - https://github.com/apache/camel-karavan/pull/1346 Also have a follow up question - do you have prometheus metrics or some other end

Re: [I] Feature: Add livenessProbe and readinessProbe in k8s [camel-karavan]

2024-08-01 Thread via GitHub
mgubaidullin commented on issue #1345: URL: https://github.com/apache/camel-karavan/issues/1345#issuecomment-2263177329 Actually karavan application exposes liveness and readiness through `/q/health/live` and `/q/health/ready` respectively. It was just not set in `deployment.yaml`. Y

[I] Feature: Add livenessProbe and readinessProbe in k8s [camel-karavan]

2024-08-01 Thread via GitHub
drblack666 opened a new issue, #1345: URL: https://github.com/apache/camel-karavan/issues/1345 ### Describe the solution you'd like LivenessProbe and readinessProbe are very important when deploying an application to a kubernetes cluster for monitoring its health. It probably could