Sundaram Kumar Jhasundaram2023.hashnode.dev·Sep 8, 2024Kubectl Commands with Exampleskubectl is a command-line tool for interacting with your Kubernetes cluster. It lets you manage Kubernetes resources like pods, deployments, services, and more. 1. kubectl Basics 1.1 Help and Version Information kubectl version Shows the kubectl cl...kubectl
Yash Babariyadevopsbook.hashnode.dev·Aug 7, 2024Kubernetes Commands sheetKubernetes provides a command line tool for communicating with a Kubernetes cluster's control plane, using the Kubernetes API. kubectl is a Kubernetes command-line tool that allows you to run commands against Kubernetes clusters. You can use kubectl...kubectl-commands