An agent which was deployed for scheduling or syncing commands between different mechines or k8s pod containers
go run cmd/register/main.go --grpcservice=0.0.0.0:10000 --httpservice=0.0.0.0:10001 -v=4
go run cmd/client/main.go --grpcservice=127.0.0.1:10000 -v=4