#k8s
Read more stories on Hashnode
Articles with this tag
For Cluster Management CommandDescription kubectl cluster-infokubectlGet cluster information. kubectl get nodesViews all the nodes present in...
What is kubectl? Kubectl is command-line software that helps to run commands in the Kubernetes Cluster. It acts as a bridge between clients and the...
What is a Kubernetes Deployment? Kubernetes deployment is a high-level resource object by which you can manage the deployment and scaling of the...