Nothing here yet.
Nothing here yet.
Jan 14 · 5 min read · CommandDescription 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 ...
Join discussion
Sep 20, 2025 · 8 min read · 📁 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 .....
Join discussion
Sep 11, 2025 · 4 min read · 🟢 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.)....
Join discussion