The Kubernetes command-line tool, kubectl, allows you to run commands against Kubernetes clusters.
How do I interpret the memory usage returned by "kubectl top node". E.g. if it returns: NAME CPU(cores) …
kubernetes kubectlI've created a Kubernetes job that has now failed. Where can I find the logs to this job? I'm not …
kubernetes kubectlI started minikube with k8s version 1.5.2 and I would like to downgrade my kubectl so that it is also 1.5.2. …
kubernetes kubectl minikubewhen i am trying to test the configuration of kubectl kubectl get svc i am getting this error: the server …
kubernetes kubectl amazon-eksI can delete all jobs inside a custer running kubectl delete jobs --all However, jobs are deleted one after another …
kubernetes kubectlWhile using kubectl port-forward function I was able to succeed in port forwarding a local port to a remote port. …
kubernetes kubectlI'm running kubectl create -f notRelevantToThisQuestion.yml The response I get is: Error from server (NotFound): the server could not …
kubernetes kubectl minikubeI'm using kubectl run with environment parameters to create temporary docker containers for me (e.g. some forwarding for debugging …
kubernetes kubectlHow can I tell with kubectl how much ephemeral storage a pod is currently using? In a Kubernetes pod spec, …
kubernetes kubectl disk-accesswhen I am trying to setup pod network using the following sudo kubectl apply -f https://docs.projectcalico.org/v3.1/…
kubernetes kubectl