Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 397 Bytes

File metadata and controls

13 lines (9 loc) · 397 Bytes

APB for k8s CloudEvent Source

Monitor the k8s system and emit CloudEvent messages containing monitoring information

Development / Building

$ alias apb='docker run --rm --privileged -v $PWD:/mnt -v $HOME/.kube:/.kube -v /var/run/docker.sock:/var/run/docker.sock -u $UID docker.io/ansibleplaybookbundle/apb-tools:release-1.1'
$ apb prepare && apb build && apb push