https://github.com/prune998/devops
https://github.com/prune998/devops
devops golang kubernetes
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prune998/devops
- Owner: prune998
- License: mit
- Created: 2016-07-14T13:44:27.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2026-02-02T14:46:02.000Z (5 months ago)
- Last Synced: 2026-03-04T09:49:56.889Z (4 months ago)
- Topics: devops, golang, kubernetes
- Language: Go
- Homepage:
- Size: 33.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Devops
This is a bunch of scripts/tools I used at some locations. Some are from me, some are simple copy of someone else's work tuned for my specific needs.
You will find more docs inside each folder
## Update Go dependencies
```bash
# update the go version in all those files
for i in $(find . -type f -name go.mod) ; do echo $i ; done
# update deps
for i in $(find . -type f -name go.mod) ; do DIR=$(dirname $i) ; echo $DIR ; pushd $DIR ; go get -u ./... ; popd ; done
```
## SSL
SSL related scripts, like generating full-feature Self-Signed certs
## DNS
DNS relared tools, like to use the [Gandi](https://gandi.net) API as a dynamic DNS