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.
-
For full k8s setup with LB, ingress, try https://github.com/dockrphage/My-Scripts/tree/main/k8s/k8s-v1-36-Vag-auto
-
For EC2 Cost Savings, identify cheepest spot instances using https://github.com/dockrphage/My-Scripts/blob/main/AWS/aws_spot_price.py
-
Zero Bill AWS Emulator - Ministack setup https://github.com/dockrphage/My-Scripts/blob/main/DevOps-Prep/Ministack-setup.md
-
Zero Bill AWS Emulator - Localstack setup https://github.com/dockrphage/My-Scripts/blob/main/AWS/LocalStack/README-2.md
-
Learn Effectively https://github.com/dockrphage/My-Scripts/blob/main/My-Notes/DevOps_Prep-Cheat-Code.md
-
While this repo is recent, some of my earlier lab notes are here https://t.me/DevOpsEngineerHub
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
🧠 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.