By using the following commands, we can handle the operations on Node like node describe, node in yaml, get node, cordon & uncordon node. Node Describe By Using this command, we can get the describe node in the namespace. kubectl describe node <node-space> Get Node in yaml Using this command we can get […]
Month: July 2023
Kubernetes POD Commands
Here we are sharing the topmost important Kubernetes PODs-related commands like get Pods list, Pods description, restart Pods, log Pod, delete Pod, describe Pod, and watch Pod. PODs By using this command, we can get the list of pods exists in the namespace. kubectl get pods POD By Using this command, we can […]