The Kubernetes command-line tool, kubectl, allows you to run commands against Kubernetes clusters.
Starting from a ~empty AWS account, I am trying to follow https://docs.aws.amazon.com/eks/latest/userguide/getting-started.…
amazon-web-services kubernetes kubectl amazon-eksWhile initializing kubeadm I am getting following errors. I have also tried command kubeadm reset before doing kubadm init. Kubelet …
kubernetes kubectl minikube kubernetes-health-checkHow to know the kubernetes version that is installed by minikube? I am aware of the kubectl version and the …
kubernetes kubectl minikubekubectl get pod run-sh-1816639685-xejyk NAME READY STATUS RESTARTS AGE run-sh-1816639685-xejyk 2/2 Running 0 26m What's the meaning of "READY=2/2"? The …
kubernetes kubectl kubeletI just setup a kubenetes cluster base on this link https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/#multi-platform I check …
kubernetes kubectl kubeadmI have couple of namespaces - assume NS1 and NS2. I have serviceaccounts created in those - sa1 in NS1 …
kubernetes openshift kubectl rbac kubernetes-namespaceIs there a way to use kubectl to list only the pods belonging to a deployment? Currently, I do this …
kubernetes kubectlIs there a simple way to change the schedule of a kubernetes cronjob like kubectl change cronjob my-cronjob "10 10 * * *"? Or any …
cron kubectl kubernetesI can't find documentation on how to create user group on Kubernetes with yaml file. I'd like gather some authenticated …
kubernetes rbac kubectlTeam, I searched some but could not get much as am new to k8s. my pods are evicted and …
kubernetes kubectl kubelet