How to ping Aerospike Server from application

I want to setup a healthcheck for my aerospike cluster. I want to know if I can use any ping hanlder or any method in client for healthcheck

There is more to health than the servers being up.

I recommend looking into these monitoring solutions: https://www.aerospike.com/docs/operations/monitor/

Prometheus seems to be the current de facto.

Thanks for prompt reply, but my use case is more around just periodically check if aerospike cluster is rechable or not

You could use a client and call the status info command (which can only reply “ok”).