As a developper, the main Makefile targets
# build golang agents
make build
# build docker images (including VPP - this might take a while the first time)
make image DEBUG=true
# Build images and create a local kind cluster with them
make kind DEBUG=trueVPP interaction targets :
# Clone VPP as of the latest commit
make cherry-vpp
# rebuild the golang API bindings
make goapi