Skip to content

jim-barber-he/go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Go repository

Introduction

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.

Utilities

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.

Go Libraries

The following libraries in this repository were written to implement the utilities above.

  • aws Implements functions to interact with Amazon Web Services.
  • k8s Implements functions to interact with Kubernetes clusters.
  • texttable Implements functions for handling outputting a text based table.
  • util Implements various utility functions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published