Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kpl-controller

Central control-plane process for K-P2PLab.

This initial skeleton provides:

  • GET /healthz
  • GET /readyz
  • POST /api/v1/agents/register
  • POST /api/v1/agents/heartbeat
  • GET /api/v1/agents

The agent registry is intentionally in-memory at this stage. Persistent experiment state will be added later.

Build

go test ./...
go build ./cmd/kpl-controller

Container image

make docker-build IMAGE=registry.example.com/kpl-controller:dev
make docker-push  IMAGE=registry.example.com/kpl-controller:dev

About

K-P2PLab Controller

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages