Skip to content

Utility scripts: Currently has docker-compose files to run databases locally and scripts to update kuberentes, minikube and helm

Notifications You must be signed in to change notification settings

kanuahs/utility-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

This repo contains several scripts that I use to make my life slightly easier.

Run them at your own risk. These have been tested only on Ubuntu Mate 18.04

List of scripts:

.
├── databases
│   ├── mongo
│   │   ├── connection-cmd.sh
│   │   ├── docker-compose.yaml
│   │   └── README.md
│   ├── mysql
│   │   ├── connection-cmd.sh
│   │   ├── docker-compose.yaml
│   │   └── README.md
│   └── postgres
│       ├── connection-cmd.sh
│       ├── docker-compose.yaml
│       ├── get_table_list.py
│       └── README.md
├── kubernetes
│   ├── argocd-cli-update.sh
│   ├── helm-update.sh
│   ├── k8s-update.sh
│   └── minikube-update.sh
└── README.md

About

Utility scripts: Currently has docker-compose files to run databases locally and scripts to update kuberentes, minikube and helm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published