Prerequisites Install etcd and etcdctl Check Overall Status endpoint status to check the overall status of each endpoint specified in --endpoints flag: etcdctl endpoint status (--endpoints=$ENDPOINTS|--cluster) Options --cluster[=false]: use all endpoints from the cluster member list Check Health endpoint health to check the healthiness of each endpoint specified in --endpoints flag: etcdctl endpoint health (--endpoints=$ENDPOINTS|--cluster) Options --cluster[=false]: use all endpoints from t...