This repository was created for me to use as I'm learning to write Go.
I decided that the best way for me to learn it was to write some utilities that will be useful for me in my line of work.
The utilities in this repository are:
- golock Creates locks in a Redis server to coordinate running a command on distributed servers.
- kubectl-n A kubectl plugin that is an alternate
version of
kubectl get nodes
. - kubectl-p A kubectl plugin that is an alternate
version of
kubectl get pods
. - ssm A tool for managing AWS SSM parameters.
The following libraries in this repository were written to implement the utilities above.