YPYukta Pramod Thakurinyuktathakur16.hashnode.dev·Apr 20 · 4 min readTerraform Command Compass — The Ultimate Quick ReferenceTerraform Commands Reference Command Description terraform Displays all available Terraform commands terraform version Shows the installed Terraform version terraform help Displays help for 00
YPYukta Pramod Thakurinyuktathakur16.hashnode.dev·Apr 16 · 4 min readGit and GitHub Command Cheat SheetBasic Commands Command Description git init Initializes a new Git repository. git clone [url] Clones a repository from a remote URL. git status Shows the current state of the working directo00
YPYukta Pramod Thakurinyuktathakur16.hashnode.dev·Jan 14 · 5 min readEssential Kubernetes CommandsCommandDescription kubectl versionShows the client and server Kubernetes version. kubectl cluster-infoDisplays cluster info (API server address, DNS, etc.). kubectl get nodesLists all nodes in the cluster. kubectl get podsLists all pods in the ...00
YPYukta Pramod Thakurinyuktathakur16.hashnode.dev·Sep 20, 2025 · 8 min readMastering Essential Linux Commands📁 File & Directory Management CommandDescription lsList directory contents. ls -lLong listing format with permissions, size, and timestamp. ls -aShow all files, including hidden ones. cd [directory]Change to the specified directory. cd .....00
YPYukta Pramod Thakurinyuktathakur16.hashnode.dev·Sep 11, 2025 · 4 min readEssential Docker Commands: A Beginner's Guide🟢 1. Basic Docker Commands CommandDescription docker --versionShows the installed Docker version. docker versionDisplays detailed client & server version info. docker infoDisplays system-wide Docker info (containers, images, drivers, etc.)....00