czerwonk / ping_exporter

Prometheus exporter for ICMP echo requests using https://github.com/digineo/go-ping
MIT License
530 stars 115 forks source link

chore(dev): add makefile and skaffold bits for dev loop #123

Open daveoy opened 4 weeks ago

daveoy commented 4 weeks ago

this PR adds some convenience tooling whereby devs can start a dev loop with skaffold and kind to test their changes in kubernetes.

this is not a feature and completely optional to merge