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 […]
Category: Kubernetes
Kubernetes is an open-source container orchestration system for automating software deployment, scaling, and management. Originally designed by Google, the project is now maintained by the Cloud Native Computing Foundation. The name Kubernetes originates from Greek, meaning ‘helmsman’ or ‘pilot’
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 […]
Most Important kubernetes Commands
Most Important kubernetes Commands Here I am sharing most import and frequently using kubernetes commands in every day while working with kubernetes. Cloud providers(Google, AWS, Azure, Oracle etc..) are providing kubernetes services. Here we can use name space either in short name or full name like follows. And namespace no need to mention if we […]
Kubectl copy files from remote to local system Vice Versa
Kubectl copy files from remote to local system Vice Versa How to copy files from kubernate pods into windows/linux system by using the kubectl command. Here there is no issue while using the linux system local path because linux path not having any Drive name but in the windows file system path having the Drive […]