grpc Healthcheck support
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 is this still something you are interested in working on?
@lahabana yes, I will work on it, can wrap it up by end of 10th Dec.
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.
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.
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.
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.
Done in MeshHealthCheck with https://github.com/kumahq/kuma/issues/4735