Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 873 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 873 Bytes

rasp

rasp cleanup

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

How to deploy on kubernetes using kustomize

There is an example deployment in the deploy/ folder

  • Create a ssh key using ssh-keygen -f probe_key -C atlas-probe, the secretGenerator in kustomization.yaml will create a secret based on these files.
  • Then run kubectl apply -k ., this wil apply kustomization.yaml in the namespace rasp.
  • Register your probe using the public key.