kuma icon indicating copy to clipboard operation
kuma copied to clipboard

grpc Healthcheck support

Open chinmaygupta28 opened this issue 4 years ago • 5 comments

Summary

Our various gRPC servers inside the mesh implement this standard health check RPC and our currently deployed client envoy sidecars are configured with gRPC healthcheck that they support natively.

Although, kuma-cp currently only provides configuration of either TCP or HTTP health check (Ref: https://kuma.io/docs/1.2.0/policies/health-check/#usage) through its policies.


I have taken a look at the code, I will be able to add this support. I think it needs simple changes in health_check_configurer.go and in respective kuma config API protos.

chinmaygupta28 avatar Oct 29 '21 05:10 chinmaygupta28

@chinmaygupta28 is this still something you are interested in working on?

lahabana avatar Nov 29 '21 14:11 lahabana

@lahabana yes, I will work on it, can wrap it up by end of 10th Dec.

chinmaygupta28 avatar Dec 03 '21 09:12 chinmaygupta28

This issue was inactive for 30 days it will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant please comment on it promptly or attend the next triage meeting.

github-actions[bot] avatar Jan 03 '22 08:01 github-actions[bot]

This issue was inactive for 30 days it will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant please comment on it promptly or attend the next triage meeting.

github-actions[bot] avatar Jun 30 '22 08:06 github-actions[bot]

This issue was inactive for 30 days it will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant please comment on it promptly or attend the next triage meeting.

github-actions[bot] avatar Aug 30 '22 08:08 github-actions[bot]

This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.

github-actions[bot] avatar Nov 30 '22 08:11 github-actions[bot]

Done in MeshHealthCheck with https://github.com/kumahq/kuma/issues/4735

lahabana avatar Jan 24 '23 10:01 lahabana