Serve brings up an HTTP server and waits for a request.
It serves 3 endpoints:
/livenessz - for liveness/readiness check
/reap - to delete the clusters
/close - to shutdown the application.
The intention of this serving mode is so that this tool can run from Google Cloud Run.