Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zimbres/rancid

Rancid Git for docker and kubernetes
https://github.com/zimbres/rancid

container docker git kubernetes rancid rancid-git

Last synced: 6 days ago
JSON representation

Rancid Git for docker and kubernetes

Awesome Lists containing this project

README

        

# 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://[email protected]/rancid/rancid.git .

```