yuktathakur16.hashnode.devEssential 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 ...Jan 14·5 min read
yuktathakur16.hashnode.devMastering 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 .....Sep 20, 2025·8 min read
yuktathakur16.hashnode.devEssential 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.)....Sep 11, 2025·4 min read