For the node health checking to be compatible with GRPC health checking, the package name cannot change. It must be package grpc.health.v1.
https://github.com/docker/swarmkit/pull/957/files#diff-1131a495e9663ab73eadbeb399282a92R12
The big use case here is GRPC load balancing, but I am not sure yet how this will integrate, so registering two health check services on separate package paths may be okay.
cc @abronan @aaronlehmann
For the node health checking to be compatible with GRPC health checking, the package name cannot change. It must be
package grpc.health.v1.https://github.com/docker/swarmkit/pull/957/files#diff-1131a495e9663ab73eadbeb399282a92R12
The big use case here is GRPC load balancing, but I am not sure yet how this will integrate, so registering two health check services on separate package paths may be okay.
cc @abronan @aaronlehmann