Skip to content

zimbres/rancid

Repository files navigation

rancid

Rancid Git for docker and kubernetes

Rancid is a "Really Awesome New Cisco ConfIg Differ" developed to maintain GIT controlled copies of router configs.

Secret creation

  • kubectl -n rancid create secret generic id-rsa --from-file=.ssh/id_rsa --dry-run=client -o yaml > kubernetes/secret.yml

Initialization

- su rancid
- cd /home/rancid/rancid/var
- rm .gitkeep
- git clone ssh:https://[email protected]/rancid/rancid.git .