To verify that the cluster is running properly, run:
rpk cluster health
To view additional information about your brokers, run:
rpk redpanda admin brokers list
You can also use the Admin API to check how much each broker has progressed in recovering its workloads:
curl -X GET "http://<broker-address>:<admin-api-port>/v1/broker/post_restart_probe"
Example output:
// Returns the load already reclaimed by broker, as a percentage of in-sync replicas
{
"load_reclaimed_pc": 66
}