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 […]
Tag: cloud
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 […]
Azure AKS unauthorized: authentication required
While trying to executing the skaffold command, the docker image created and the same image pushed to the Azure container registry but unable to create POD and getting the following error. error: code = Unknown desc = Error response from daemon: Get https://forgerockcontrainerregistry.azurecr.io/v2/skaffold-example/manifests/sha256:60636cbcbf6fce3d2b7acf90d103e3c3d4907d41f1ed0b1a8861e4fd46e26305: unauthorized: authentication required, visit https://aka.ms/acr/authorization for more information. mBack-off pulling image “forgerockcontrainerregistry.azurecr.io/skaffold-example:v1.14.0-16-g10275c66a@sha256:60636cbcbf6fce3d2b7acf90d103e3c3d4907d41f1ed0b1a8861e4fd46e26305″←[0m […]