etcd
etcd copied to clipboard
Make equivalent of /livez and /readyz in gRPC and etcdctl command
What would you like to be added?
As discussed and mentioned in the comment, take this commit as a base, and finish the implementation of livez
/readyz
in gRPC and etcdctl
command.
Why is this needed?
Based on the discussions in https://github.com/etcd-io/etcd/issues/16007
/cc @siyuanfoundation /assign @henrybear327
Please note https://github.com/etcd-io/etcd/issues/16007#issuecomment-2084856478
Due to https://github.com/etcd-io/etcd/issues/15402 we are supporting a separating HTTP and GRPC endpoints, and recommend it for production.
Please note #16007 (comment)
Due to #15402 we are supporting a separating HTTP and GRPC endpoints, and recommend it for production.
Looks like the HTTP part is completed. I will focus on the gRPC part, and extend the feature to the etcdctl
command for now!