Skip to content

dockrphage/My-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Scripts Collection

A curated collection of practical, production‑ready scripts for Cloud, DevOps, Kubernetes, Linux, and general automation workflows.

This repository follows a README‑first philosophy:

Every project aims to be fully documented in a single README.md.

Instead of cloning the repo to run files directly, you are encouraged to reconstruct the project in your own environment using the README as your guide.

Documentation is intentionally 80–95% plug‑and‑play.

You may encounter missing steps, minor errors, or environment‑specific issues — this is by design.

The purpose is simple: learn by building, debugging, and articulating your understanding, with help from AI tools when needed. Perfect automation is not the goal — deep learning is.

Some repositories in this tree were inadvertently pushed with full project files, which does not fully align with the README‑first philosophy. Going forward, the intention is to adhere to this approach more consistently.

All scripts have been tested in my own environment and documented with clarity and reproducibility in mind.

Quick pointer to Favourites

  1. For full k8s setup with LB, ingress, try https://github.com/dockrphage/My-Scripts/tree/main/k8s/k8s-v1-36-Vag-auto

  2. For EC2 Cost Savings, identify cheepest spot instances using https://github.com/dockrphage/My-Scripts/blob/main/AWS/aws_spot_price.py

  3. Zero Bill AWS Emulator - Ministack setup https://github.com/dockrphage/My-Scripts/blob/main/DevOps-Prep/Ministack-setup.md

  4. Zero Bill AWS Emulator - Localstack setup https://github.com/dockrphage/My-Scripts/blob/main/AWS/LocalStack/README-2.md

  5. Learn Effectively https://github.com/dockrphage/My-Scripts/blob/main/My-Notes/DevOps_Prep-Cheat-Code.md

  6. While this repo is recent, some of my earlier lab notes are here https://t.me/DevOpsEngineerHub

Repository Structure

Nothing complicated here - DevOps-Prep - Most of my newer content will be in DevOps-Prep k8s - setup script for k8s cluster here; is the base of many of my lab projects the rest of the directory may be considered miscellanious and legacy

Philosophy & Usage

🧠 Learning‑First Approach This repo is not meant to be a perfect turnkey solution. Instead, it encourages you to:

Rebuild environments from scratch

Understand each step rather than copy‑paste

Debug issues using your own reasoning + AI assistance

Document your own learnings as you go

🧪 Tested but Imperfect The scripts work in my environment. They may not work in yours without tweaks — and that’s the point.

About

Lab Projects & Notes, README.md gives all info; 80-95% plug-n-play, leaving a grassy wicket with enough room for making and correcting mistakes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors