Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 334 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 334 Bytes

date-agent

An agent which was deployed for scheduling or syncing commands between different mechines or k8s pod containers

Run register server

go run cmd/register/main.go --grpcservice=0.0.0.0:10000 --httpservice=0.0.0.0:10001 -v=4

Run client

go run cmd/client/main.go --grpcservice=127.0.0.1:10000 -v=4