The Kubernetes command-line tool, kubectl, allows you to run commands against Kubernetes clusters.
I've created a secret using kubectl create secret generic production-tls \ --from-file=./tls.key \ --from-file=./tls.crt If I'd like to …
kubernetes kubectl kubernetes-secretskubectl config view shows contexts and clusters corresponding to clusters that I have deleted. How can I remove those entries? …
kubernetes google-kubernetes-engine kubectlLooking at http://kubernetes.io/docs/user-guide/labels/#selecting-sets-of-nodes it looks to be possible to select a certain range of …
kubernetes kubectlI've created a Kubernetes cluster on AWS with kops and can successfully administer it via kubectl from my local machine. …
kubernetes kubectl kopskubectl exposes commands that can be used to create a Service for an application and assigns an IP address to …
kubernetes portforwarding kubectli'm getting an error when running kubectl one one machine (windows) the k8s cluster is running on CentOs 7 kubernetes …
ssl kubernetes kubectlWhen I try any kubectl command, it always returns: Unable to connect to the server: EOF I followed these tutorials: …
kubernetes kubectlWhen I run kubectl -n abc-namespace describe pod my-pod-zl6m6, I get a lot of information about the pod along …
kubernetes kubectlIssue Redis POD creation on k8s(v1.10) cluster and POD creation stuck at "ContainerCreating" Type Reason Age From Message …
kubernetes kubectl kubeadm flannelI am trying to install several GCP components from the gcloud command-line tool and always get the same error: $ gcloud …
google-cloud-platform gcloud kubectl