Container "Docker" image for the RIPE Atlas Software Probe
Inspired by https://github.com/CTassisF/ripe-atlas-alpine.
Most notable changes:
- Focus on kubernetes / kustomize
- Rootless container
- Daily builds using GitHub Actions
There is an example deployment in the deploy/
folder
- Create a ssh key using
ssh-keygen -f probe_key -C atlas-probe
, thesecretGenerator
inkustomization.yaml
will create a secret based on these files. - Then run
kubectl apply -k .
, this wil applykustomization.yaml
in the namespacerasp
. - Register your probe using the public key.